From: Jaroslav Kysela Date: Mon, 12 Dec 2016 15:22:52 +0000 (+0100) Subject: psip: remove MT_QUICKREQ flag to decrease scan latency, fixes #4136 X-Git-Tag: v4.2.1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7558baabbdeaabecbed6c9adb94fc415b601c33;p=thirdparty%2Ftvheadend.git psip: remove MT_QUICKREQ flag to decrease scan latency, fixes #4136 --- diff --git a/src/epggrab/module/psip.c b/src/epggrab/module/psip.c index 1ea46a26b..2cbd88626 100644 --- a/src/epggrab/module/psip.c +++ b/src/epggrab/module/psip.c @@ -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++;