mpegts_network_dvb: fix the comment
This commit is contained in:
parent
fbe2e384ea
commit
23df6e3d56
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ dvb_network_create_mux
|
|||
mm = (mpegts_mux_t*)dvb_mux_create0(ln, onid, tsid, dmc, NULL, NULL);
|
||||
} else if (mm) {
|
||||
dvb_mux_t *lm = (dvb_mux_t*)mm;
|
||||
/* the nit tables may be incosistent (like rolloff ping-pong) */
|
||||
/* the nit tables may be inconsistent (like rolloff ping-pong) */
|
||||
/* accept information only from one origin mux */
|
||||
if (mm->mm_dmc_origin_expire > dispatch_clock && mm->mm_dmc_origin && mm->mm_dmc_origin != mmo)
|
||||
goto noop;
|
||||
|
|
Loading…
Add table
Reference in a new issue