dvb support: fix the pilottab[] - none
This commit is contained in:
parent
b840fa444d
commit
03a69ffec6
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ const static struct strtab typetab[] = {
|
|||
dvb_str2val(type);
|
||||
|
||||
const static struct strtab pilottab[] = {
|
||||
{"NONE", DVB_PILOT_AUTO},
|
||||
{"NONE", DVB_PILOT_NONE},
|
||||
{"AUTO", DVB_PILOT_AUTO},
|
||||
{"ON", DVB_PILOT_ON},
|
||||
{"OFF", DVB_PILOT_OFF}
|
||||
|
|
Loading…
Add table
Reference in a new issue