Commit 9e2c32f8 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

stream_output: fix typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 907eaa51
......@@ -532,7 +532,7 @@ int 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 = i_dts;
/* Wait until we have enought data before muxing */
/* Wait until we have enough data before muxing */
if( p_mux->i_add_stream_start < 0 ||
i_dts < p_mux->i_add_stream_start + i_caching )
return VLC_SUCCESS;
......
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