]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Revert "satip: pass specinv by default for DVB-C, fixes #5231"
authorJaroslav Kysela <perex@perex.cz>
Sun, 7 Oct 2018 17:06:22 +0000 (19:06 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 7 Oct 2018 17:06:22 +0000 (19:06 +0200)
This reverts commit 07da60659ad31f42307f6e7f1ee1e4517e6b5958.

src/input/mpegts/satip/satip_frontend.c

index ac301ee9f305f5c008da03472c168e0fac19f8e5..0f82338307319cfc4cc39490c18bc5e49b148e07 100644 (file)
@@ -2069,8 +2069,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;
@@ -2080,6 +2078,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;
   }
 }