From: MartiMcFly Date: Fri, 3 Aug 2018 02:12:08 +0000 (+0200) Subject: sf_pass_weight can't be used with netstream 4c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d71c1b54e14021de37dcdeda774954ed8dd4129;p=thirdparty%2Ftvheadend.git sf_pass_weight can't be used with netstream 4c --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 210656081..9e38919c0 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -2179,6 +2179,7 @@ satip_frontend_hacks( satip_frontend_t *lfe ) lfe->sf_play2 = 1; } else if (strstr(sd->sd_info.modelname, "EyeTV Netstream 4C")) { lfe->sf_specinv = 1; + lfe->sf_pass_weight = 0; } }