diff --git a/src/input/mpegts/dvb_support.c b/src/input/mpegts/dvb_support.c index 128be2fd..fa4c5ba3 100644 --- a/src/input/mpegts/dvb_support.c +++ b/src/input/mpegts/dvb_support.c @@ -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}