mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Setting the audio type of language descriptors to 0x00 in the PAT/PMT generator
This commit is contained in:
4
remux.c
4
remux.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: remux.c 2.50 2011/02/25 15:19:57 kls Exp $
|
||||
* $Id: remux.c 2.51 2011/02/26 15:51:04 kls Exp $
|
||||
*/
|
||||
|
||||
#include "remux.h"
|
||||
@@ -225,7 +225,7 @@ int cPatPmtGenerator::MakeLanguageDescriptor(uchar *Target, const char *Language
|
||||
Target[i++] = *Language++;
|
||||
Target[i++] = *Language++;
|
||||
Target[i++] = *Language++;
|
||||
Target[i++] = 0x01; // audio type
|
||||
Target[i++] = 0x00; // audio type
|
||||
Target[Length] += 0x04; // length
|
||||
if (*Language == '+')
|
||||
Language++;
|
||||
|
Reference in New Issue
Block a user