From d7558baabbdeaabecbed6c9adb94fc415b601c33 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 12 Dec 2016 16:22:52 +0100 Subject: [PATCH] psip: remove MT_QUICKREQ flag to decrease scan latency, fixes #4136 --- src/epggrab/module/psip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.47.2