mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the legacy delivery system name "DMBTH" to "DTMB", and added names for DVBC_ANNEX_C and DVBC2
This commit is contained in:
parent
4591dcad2c
commit
6bed5368e6
2
HISTORY
2
HISTORY
@ -9017,3 +9017,5 @@ Video Disk Recorder Revision History
|
|||||||
Frank Neumann).
|
Frank Neumann).
|
||||||
- Fixed selecting delivery system names in case of undefined indexes (thanks to Jasmin
|
- Fixed selecting delivery system names in case of undefined indexes (thanks to Jasmin
|
||||||
Jessich).
|
Jessich).
|
||||||
|
- Changed the legacy delivery system name "DMBTH" to "DTMB", and added names for
|
||||||
|
DVBC_ANNEX_C and DVBC2.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: dvbdevice.c 4.11 2017/05/09 09:42:40 kls Exp $
|
* $Id: dvbdevice.c 4.12 2017/05/09 09:44:10 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dvbdevice.h"
|
#include "dvbdevice.h"
|
||||||
@ -1291,11 +1291,13 @@ const char *DeliverySystemNames[] = {
|
|||||||
"ISDBC",
|
"ISDBC",
|
||||||
"ATSC",
|
"ATSC",
|
||||||
"ATSCMH",
|
"ATSCMH",
|
||||||
"DMBTH",
|
"DTMB",
|
||||||
"CMMB",
|
"CMMB",
|
||||||
"DAB",
|
"DAB",
|
||||||
"DVB-T2",
|
"DVB-T2",
|
||||||
"TURBO",
|
"TURBO",
|
||||||
|
"DVB-C",
|
||||||
|
"DVB-C2",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user