[vlc-commits] sout: fix documentation
    Steve Lhomme 
    git at videolan.org
       
    Thu Nov 12 12:56:03 CET 2015
    
    
  
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue Nov 10 16:44:16 2015 +0100| [0809eab8677f07126cc061b6e3d289bdc3012e1e] | committer: Jean-Baptiste Kempf
sout: fix documentation
the default value for sout-mux-caching is 1.5s
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0809eab8677f07126cc061b6e3d289bdc3012e1e
---
 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;
 };
 
    
    
More information about the vlc-commits
mailing list