[vlc-commits] stream_output: fix typo

Steve Lhomme git at videolan.org
Thu Nov 26 17:05:28 CET 2015


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Oct 29 16:08:51 2015 +0100| [9e2c32f8f17c30ee1c019e33767ac28172d94424] | committer: Jean-Baptiste Kempf

stream_output: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e2c32f8f17c30ee1c019e33767ac28172d94424
---

 src/stream_output/stream_output.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stream_output/stream_output.c b/src/stream_output/stream_output.c
index 3d87b9b..ada821f 100644
--- a/src/stream_output/stream_output.c
+++ b/src/stream_output/stream_output.c
@@ -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;



More information about the vlc-commits mailing list