From f56a1c441abc1bd59fae56b4a57844b7a539eb71 Mon Sep 17 00:00:00 2001 From: MartiMcFly Date: Fri, 3 Aug 2018 04:12:08 +0200 Subject: [PATCH] sf_pass_weight can't be used with netstream 4c --- src/input/mpegts/satip/satip_frontend.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 9e89d852c..92173754f 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -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; } } -- 2.47.2