From: Jaroslav Kysela Date: Thu, 8 May 2014 21:15:43 +0000 (+0200) Subject: dvb support: fix the pilottab[] - none X-Git-Tag: v4.1~2108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a69ffec678f915c16ca708f65cea85142d13c7;p=thirdparty%2Ftvheadend.git dvb support: fix the pilottab[] - none --- diff --git a/src/input/mpegts/dvb_support.c b/src/input/mpegts/dvb_support.c index 128be2fd5..fa4c5ba3b 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}