From 4f112a8e34022c821be885ed293abc0b120c875b Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 12 Mar 2013 16:54:42 +0100 Subject: lavf/mux: add the flush_packets option. Note: a lot of muxers already do the flushing explicitly. --- doc/ffmpeg-formats.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ffmpeg-formats.texi') diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index db9215c616..1dce6e7584 100644 --- a/doc/ffmpeg-formats.texi +++ b/doc/ffmpeg-formats.texi @@ -151,6 +151,11 @@ been without shifting. Also note that this affects only leading negative timestamps, and not non-monotonic negative timestamps. + +@item flush_packets @var{integer} (@emph{output}) +Flush the underlying I/O stream after each packet. Default 1 enables it, and +has the effect of reducing the latency; 0 disables it and may slightly +increase performance in some cases. @end table @c man end FORMAT OPTIONS -- cgit v1.2.3