]> git.sesse.net Git - vlc/commitdiff
* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
authorGildas Bazin <gbazin@videolan.org>
Fri, 15 Oct 2004 15:46:53 +0000 (15:46 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 15 Oct 2004 15:46:53 +0000 (15:46 +0000)
src/stream_output/stream_output.c

index 8cfcd7b5aabded20936a7c28528c4a24631ae5bb..66dacc9ef4072632b5d0c6b1cc32b30487abde3a 100644 (file)
@@ -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 */