Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: always change muxes from fast-scan tables
  • Loading branch information
perexg committed Jun 1, 2016
1 parent 100aad8 commit b65beb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network_dvb.c
Expand Up @@ -684,7 +684,7 @@ dvb_network_create_mux
char buf[128];
dvb_mux_conf_t tuning_new, tuning_old;
dvb_mux_t *lm = (dvb_mux_t*)mm;
int change = ln->mn_autodiscovery == MN_DISCOVERY_CHANGE;
int change = (ln->mn_autodiscovery == MN_DISCOVERY_CHANGE) || force;
/* the nit tables may be inconsistent (like rolloff ping-pong) */
/* accept information only from one origin mux */
if (mm->mm_dmc_origin_expire > mclk() && mm->mm_dmc_origin && mm->mm_dmc_origin != origin)
Expand Down

0 comments on commit b65beb3

Please sign in to comment.