mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 11:13:34 +08:00
Forwardport [15492]
This commit is contained in:
parent
23eb4c419c
commit
b4fa3ce61b
@ -1244,6 +1244,11 @@ static int Mux( sout_mux_t *p_mux )
|
||||
|
||||
if( p_sys->i_pcr_pid == 0x1fff )
|
||||
{
|
||||
int i;
|
||||
for( i = 0; i < p_mux->i_nb_inputs; i++ )
|
||||
{
|
||||
block_FifoEmpty( p_mux->pp_inputs[i]->p_fifo );
|
||||
}
|
||||
msg_Dbg( p_mux, "waiting for PCR streams" );
|
||||
msleep( 1000 );
|
||||
return VLC_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user