From 03a69ffec678f915c16ca708f65cea85142d13c7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 8 May 2014 23:15:43 +0200 Subject: [PATCH] dvb support: fix the pilottab[] - none --- src/input/mpegts/dvb_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}