diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-06-13 10:29:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-06-13 10:29:53 +0200 |
commit | 00541fe53128d501ba7db26b8627e3c82e2992cd (patch) | |
tree | 0482881f7f8c43bdf31018b314fd42e5eedba2af /pat.c | |
parent | 24ec693c2d4f16f8b21632b06820a277efb6b847 (diff) | |
download | vdr-00541fe53128d501ba7db26b8627e3c82e2992cd.tar.gz vdr-00541fe53128d501ba7db26b8627e3c82e2992cd.tar.bz2 |
Added missing Dtypes for ATSC
Diffstat (limited to 'pat.c')
-rw-r--r-- | pat.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: pat.c 2.11 2010/06/05 13:26:47 kls Exp $ + * $Id: pat.c 2.12 2010/06/13 10:28:19 kls Exp $ */ #include "pat.h" @@ -473,6 +473,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length } if (NumDpids < MAXDPIDS) { Dpids[NumDpids] = esPid; + Dtypes[NumDpids] = SI::AC3DescriptorTag; strn0cpy(DLangs[NumDpids], lang, MAXLANGCODE1); NumDpids++; } |