Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network scan: do not be too frequency strict for the forced bo…
…uquet scan
  • Loading branch information
perexg committed Nov 20, 2014
1 parent f7d356c commit 68b0723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network_scan.c
Expand Up @@ -333,7 +333,7 @@ mpegts_mux_bouquet_rescan ( const char *src, const char *extra )
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;
Expand Down

0 comments on commit 68b0723

Please sign in to comment.