Commit 0a373446 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

TS mux: seemingly useless sleep (pf_mux is synchronous)

parent b59d0081
...@@ -1396,7 +1396,6 @@ static int Mux( sout_mux_t *p_mux ) ...@@ -1396,7 +1396,6 @@ static int Mux( sout_mux_t *p_mux )
block_FifoEmpty( p_mux->pp_inputs[i]->p_fifo ); block_FifoEmpty( p_mux->pp_inputs[i]->p_fifo );
} }
msg_Dbg( p_mux, "waiting for PCR streams" ); msg_Dbg( p_mux, "waiting for PCR streams" );
msleep( 1000 );
return VLC_SUCCESS; return VLC_SUCCESS;
} }
p_pcr_stream = (ts_stream_t*)p_sys->p_pcr_input->p_sys; p_pcr_stream = (ts_stream_t*)p_sys->p_pcr_input->p_sys;
......
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