mpegts network scan: do not be too frequency strict for the forced bouquet scan
This commit is contained in:
parent
f7d356cff2
commit
68b07236d0
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ freq:
|
|||
LIST_FOREACH(mn, &mpegts_network_all, mn_global_link)
|
||||
LIST_FOREACH(mm, &mn->mn_muxes, mm_network_link)
|
||||
if (idnode_is_instance(&mm->mm_id, &dvb_mux_dvbs_class) &&
|
||||
((dvb_mux_t *)mm)->lm_tuning.dmc_fe_freq == freq &&
|
||||
abs(((dvb_mux_t *)mm)->lm_tuning.dmc_fe_freq - freq) < 2000 &&
|
||||
dvb_sat_position(&((dvb_mux_t *)mm)->lm_tuning) == satpos)
|
||||
mpegts_mux_scan_state_set(mm, MM_SCAN_STATE_PEND);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue