mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed '998 QAM_AUTO'
This commit is contained in:
parent
9b754a6729
commit
a7d8c92ddc
@ -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 2.54 2012/01/13 12:23:33 kls Exp $
|
* $Id: dvbdevice.c 2.55 2012/01/14 10:45:33 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dvbdevice.h"
|
#include "dvbdevice.h"
|
||||||
@ -82,7 +82,6 @@ const tDvbParameterMap ModulationValues[] = {
|
|||||||
{ 10, VSB_8, "VSB8" },
|
{ 10, VSB_8, "VSB8" },
|
||||||
{ 11, VSB_16, "VSB16" },
|
{ 11, VSB_16, "VSB16" },
|
||||||
{ 12, DQPSK, "DQPSK" },
|
{ 12, DQPSK, "DQPSK" },
|
||||||
{ 998, QAM_AUTO, "QAMAUTO" },
|
|
||||||
{ 999, QAM_AUTO, trNOOP("auto") },
|
{ 999, QAM_AUTO, trNOOP("auto") },
|
||||||
{ -1, 0, NULL }
|
{ -1, 0, NULL }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user