Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb_psi: fastscan fix - force to add fastscan muxes from NIT
  • Loading branch information
Glenn-1990 authored and perexg committed Feb 5, 2015
1 parent 36283c6 commit ac34185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input/mpegts/dvb_psi.c
Expand Up @@ -1333,7 +1333,8 @@ dvb_nit_mux
case DVB_DESC_TERR_DEL:
if (discovery) {
if (dtag == DVB_DESC_SAT_DEL)
mux = dvb_desc_sat_del(mm, onid, tsid, dptr, dlen, 0);
mux = dvb_desc_sat_del(mm, onid, tsid, dptr, dlen,
tableid == DVB_FASTSCAN_NIT_BASE);
else if (dtag == DVB_DESC_CABLE_DEL)
mux = dvb_desc_cable_del(mm, onid, tsid, dptr, dlen);
else
Expand Down

0 comments on commit ac34185

Please sign in to comment.