From: Jaroslav Kysela Date: Mon, 1 Oct 2018 08:11:55 +0000 (+0200) Subject: satip: pass specinv by default for DVB-C, fixes #5231 X-Git-Tag: v4.2.7~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07da60659ad31f42307f6e7f1ee1e4517e6b5958;p=thirdparty%2Ftvheadend.git satip: pass specinv by default for DVB-C, fixes #5231 --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 0f8233830..ac301ee9f 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -2069,6 +2069,8 @@ satip_frontend_hacks( satip_frontend_t *lfe ) lfe->sf_tdelay = 50; /* should not hurt anything */ lfe->sf_pass_weight = 1; + if (lfe->sf_type == DVB_TYPE_C) + lfe->sf_specinv = 1; if (strstr(sd->sd_info.location, ":8888/octonet.xml")) { if (lfe->sf_type == DVB_TYPE_S) lfe->sf_play2 = 1; @@ -2078,7 +2080,6 @@ satip_frontend_hacks( satip_frontend_t *lfe ) strstr(sd->sd_info.modelname, "FRITZ!")) { lfe->sf_play2 = 1; } else if (strstr(sd->sd_info.modelname, "EyeTV Netstream 4C")) { - lfe->sf_specinv = 1; lfe->sf_pass_weight = 0; } }