Commit d713262c authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: update PCR for selected scrambled programs

Otherwise, it demuxes at max speed without allowing
user to change program
parent 3231fffe
......@@ -1271,6 +1271,7 @@ static int Demux( demux_t *p_demux )
if ( SCRAMBLED(*p_pid) && !p_demux->p_sys->csa )
{
PCRHandle( p_demux, p_pid, p_pkt );
block_Release( p_pkt );
continue;
}
......
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