add timeout for application section

Origin commit data
------------------
Branch: master
Commit: 36f4dae0cc
Author: TangoCash <eric@loxat.de>
Date: 2021-09-22 (Wed, 22 Sep 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-09-22 22:24:57 +02:00
committed by vanhofen
parent 568d589e35
commit 73617ebb17
2 changed files with 10 additions and 2 deletions

View File

@@ -437,7 +437,11 @@ bool cDemux::sectionFilter(unsigned short _pid, const unsigned char *const filte
//s_flt.pid = 0x0014;
to = 30000;
break;
/* 0x74 - 0x7D: reserved for future use */
case 0x74: /* application_information_section */
s_flt.flags &= ~DMX_CHECK_CRC; /* section has no CRC */
to = 12000;
break;
/* 0x75 - 0x7D: reserved for future use */
case 0x7E: /* discontinuity_information_section */
s_flt.flags &= ~DMX_CHECK_CRC; /* section has no CRC */
to = 0;

View File

@@ -334,7 +334,11 @@ bool cDemux::sectionFilter(unsigned short _pid, const unsigned char *const filte
//s_flt.pid = 0x0014;
to = 30000;
break;
/* 0x74 - 0x7D: reserved for future use */
case 0x74: /* application_information_section */
s_flt.flags &= ~DMX_CHECK_CRC; /* section has no CRC */
to = 12000;
break;
/* 0x75 - 0x7D: reserved for future use */
case 0x7E: /* discontinuity_information_section */
s_flt.flags &= ~DMX_CHECK_CRC; /* section has no CRC */
to = 0;