[vlc-devel] [PATCH] sout: fix documentation

Steve Lhomme robux4 at videolabs.io
Tue Nov 10 16:44:16 CET 2015


the default value for sout-mux-caching is 1.5s
---
 include/vlc_sout.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index e4cc0e8..c2470f2 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -147,7 +147,7 @@ struct  sout_mux_t
      *  for stream then we refuse all stream and start muxing */
     bool  b_add_stream_any_time;
     bool  b_waiting_stream;
-    /* we wait one second after first stream added */
+    /* we wait 1.5 second after first stream added */
     mtime_t     i_add_stream_start;
 };
 
-- 
2.6.2



More information about the vlc-devel mailing list