]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
psip: remove MT_QUICKREQ flag to decrease scan latency, fixes #4136
authorJaroslav Kysela <perex@perex.cz>
Mon, 12 Dec 2016 15:22:52 +0000 (16:22 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 12 Dec 2016 15:22:52 +0000 (16:22 +0100)
src/epggrab/module/psip.c

index 1ea46a26bd59f8362010e3be6cc1d09585e93ee4..2cbd88626a703eee6a0ff2cf1b08cde3ddb91eae 100644 (file)
@@ -719,7 +719,7 @@ static int _psip_start
   /* Listen for Master Guide Table */
   mt = mpegts_table_add(dm, DVB_ATSC_MGT_BASE, DVB_ATSC_MGT_MASK,
                         _psip_mgt_callback, ps, "mgt", LS_TBL_EIT,
-                        MT_CRC | MT_QUICKREQ | MT_RECORD,
+                        MT_CRC | MT_RECORD,
                         DVB_ATSC_MGT_PID, MPS_WEIGHT_MGT);
   if (mt && !mt->mt_destroy) {
     ps->ps_refcount++;