Commit 41433abd authored by Gildas Bazin's avatar Gildas Bazin

* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.

parent 11fddaa6
......@@ -551,7 +551,7 @@ void sout_MuxSendBuffer( sout_mux_t *p_mux, sout_input_t *p_input,
}
if( p_mux->i_add_stream_start >= 0 &&
p_mux->i_add_stream_start + I64C(15000000) < p_buffer->i_dts )
p_mux->i_add_stream_start + I64C(1500000) < p_buffer->i_dts )
{
/* Wait until we have more than 1.5 seconds worth of data
* before start muxing */
......
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