]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mpegts scan: decrease the accepted DVB-S no-new-mux symrate delta to 7Mhz (for 13.0E)
authorJaroslav Kysela <perex@perex.cz>
Wed, 26 Apr 2017 15:52:28 +0000 (17:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 26 Apr 2017 15:58:25 +0000 (17:58 +0200)
src/input/mpegts/mpegts_network_dvb.c

index e7d8caf40f73cea8ec0e465d3d87679714d1169a..028a6200e876b97fca494243b1fd31daa05c886a 100644 (file)
@@ -520,7 +520,7 @@ dvb_network_find_mux
 
     /* if ONID/TSID are a perfect match (and this is DVB-S, allow greater deltaf) */
     if (lm->lm_tuning.dmc_fe_type == DVB_TYPE_S) {
-      deltar = 10000;
+      deltar = 7000;
       if (onid != MPEGTS_ONID_NONE && tsid != MPEGTS_TSID_NONE) {
         deltaf = 16000; // This is slightly crazy, but I have seen 10MHz changes in freq
                         // and remember the ONID and TSID must agree