]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb support: fix the pilottab[] - none
authorJaroslav Kysela <perex@perex.cz>
Thu, 8 May 2014 21:15:43 +0000 (23:15 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 8 May 2014 21:29:58 +0000 (23:29 +0200)
src/input/mpegts/dvb_support.c

index 128be2fd5ee59f0ef990e9f6c3b24de5606ea0b5..fa4c5ba3b002ccb197344e1cabea0773da92a9d9 100644 (file)
@@ -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}