]> 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 14:08:43 +0000 (16:08 +0200)
src/input/mpegts/satip/satip_frontend.c

index 9e89d852ca1052dbfece2d3fd8fdabfe12bf7bab..92173754f0788cb6baa5ca9ca8bdd42d53e36a91 100644 (file)
@@ -2065,6 +2065,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;
   }
 }