mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing Dtypes for ATSC
This commit is contained in:
parent
24ec693c2d
commit
00541fe531
@ -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
|
||||
|
3
HISTORY
3
HISTORY
@ -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
3
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++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user