summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-formats.texi
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-12 16:54:42 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-03-24 23:19:07 +0100
commit4f112a8e34022c821be885ed293abc0b120c875b (patch)
treec8f636ef2e96887d9c043e3b362e1b7cff10b2bb /doc/ffmpeg-formats.texi
parent125acd215250ead008938266efcacd56743f3a2a (diff)
lavf/mux: add the flush_packets option.
Note: a lot of muxers already do the flushing explicitly.
Diffstat (limited to 'doc/ffmpeg-formats.texi')
-rw-r--r--doc/ffmpeg-formats.texi5
1 files changed, 5 insertions, 0 deletions
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