Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
psip: remove MT_QUICKREQ flag to decrease scan latency, fixes #4136
  • Loading branch information
perexg committed Dec 12, 2016
1 parent fca44ba commit d7558ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/psip.c
Expand Up @@ -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++;
Expand Down

0 comments on commit d7558ba

Please sign in to comment.