From: Jaroslav Kysela Date: Sun, 7 Oct 2018 17:06:01 +0000 (+0200) Subject: Revert "satip: pass specinv by default for DVB-C, fixes #5231" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174a8e077658174143f552f07739907f192cbefc;p=thirdparty%2Ftvheadend.git Revert "satip: pass specinv by default for DVB-C, fixes #5231" This reverts commit 37f9f6b08666c7f18eab2befd4d28e96f484aabb. --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index ae812aaad..44b64e9f9 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -2202,8 +2202,6 @@ 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; @@ -2213,6 +2211,7 @@ 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; } }