Added missing Dtypes for ATSC

This commit is contained in:
Klaus Schmidinger 2010-06-13 10:29:53 +02:00
parent 24ec693c2d
commit 00541fe531
3 changed files with 5 additions and 2 deletions

View File

@ -2590,6 +2590,7 @@ Lars Hanisch <dvb@flensrocker.de>
Alex Lasnier <alex@fepg.org>
for adding tuning support for ATSC devices
for adding missing Dtypes for ATSC
Dimitar Petrovski <dimeptr@gmail.com>
for translating OSD texts to the Macedonian language

View File

@ -6465,6 +6465,7 @@ Video Disk Recorder Revision History
the number keys can be used to enter characters in a text input field (suggested
by Stefan Huskamp).
2010-06-11: Version 1.7.16
2010-06-13: Version 1.7.16
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Added missing Dtypes for ATSC (thanks to Alex Lasnier).

3
pat.c
View File

@ -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++;
}