]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
sf_pass_weight can't be used with netstream 4c
authorMartiMcFly <martimcfly@pietma.com>
Fri, 3 Aug 2018 02:12:08 +0000 (04:12 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 3 Sep 2018 13:50:51 +0000 (15:50 +0200)
src/input/mpegts/satip/satip_frontend.c

index 21065608133adf5e872f372e3b5fffaba11a22e8..9e38919c0e59a95a638c4ff151aa3151ecb41f5b 100644 (file)
@@ -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;
   }
 }