]> git.sesse.net Git - ffmpeg/blobdiff - doc/formats.texi
avformat/dash:add copyright to dash.c
[ffmpeg] / doc / formats.texi
index c51d4086db596d5f806744684285f49723581936..ddd774354860946cf94d2ff283dd5dc45473ab3b 100644 (file)
@@ -182,9 +182,10 @@ Default is 0.
 Correct single timestamp overflows if set to 1. Default is 1.
 
 @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.
+Flush the underlying I/O stream after each packet. Default is -1 (auto), which
+means that the underlying protocol will decide, 1 enables it, and has the
+effect of reducing the latency, 0 disables it and may increase IO throughput in
+some cases.
 
 @item output_ts_offset @var{offset} (@emph{output})
 Set the output time offset.