summaryrefslogtreecommitdiff
path: root/pat.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-03-27 15:19:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-03-27 15:19:06 +0100
commitd7bdbcc80a1f7c4d4c807c672e10112f690221b7 (patch)
treedc646ee501a20d7e2a4a5fbd1fc024134e2187a2 /pat.c
parente306849159a535b73e72e0290606f090c59469d5 (diff)
downloadvdr-d7bdbcc80a1f7c4d4c807c672e10112f690221b7.tar.gz
vdr-d7bdbcc80a1f7c4d4c807c672e10112f690221b7.tar.bz2
Added handling of EnhancedAC3DescriptorTag
Diffstat (limited to 'pat.c')
-rw-r--r--pat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pat.c b/pat.c
index 0d084e5e..ae0d9803 100644
--- a/pat.c
+++ b/pat.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: pat.c 2.8 2010/03/06 12:00:30 kls Exp $
+ * $Id: pat.c 2.9 2010/03/27 15:17:46 kls Exp $
*/
#include "pat.h"
@@ -400,6 +400,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
for (SI::Loop::Iterator it; (d = stream.streamDescriptors.getNext(it)); ) {
switch (d->getDescriptorTag()) {
case SI::AC3DescriptorTag:
+ case SI::EnhancedAC3DescriptorTag:
dpid = esPid;
ProcessCaDescriptors = true;
break;