Commit 467d2fb1 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: check other programs/shared pcr for PCRHandle

parent 94f16c6b
......@@ -2988,11 +2988,6 @@ static void PCRHandle( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk )
/* ? update PCR for the whole group program ? */
ProgramSetPCR( p_demux, p_pmt, i_program_pcr );
}
else
{
msg_Warn(p_demux, "discarding PCR update from pid %d which has no owner", pid->i_pid);
}
break;
}
else /* set PCR provided by current pid to program(s) referencing it */
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment