From 00541fe53128d501ba7db26b8627e3c82e2992cd Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Jun 2010 10:29:53 +0200 Subject: Added missing Dtypes for ATSC --- pat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pat.c') diff --git a/pat.c b/pat.c index 56ad5aeb..6dc97314 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.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++; } -- cgit v1.2.3