[FFmpeg-devel] [PATCH 1/2] docs/formats: fix max_interleave_delta default

Marton Balint cus at passwd.hu
Tue Aug 27 10:34:46 EEST 2019


Signed-off-by: Marton Balint <cus at passwd.hu>
---
 doc/formats.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/formats.texi b/doc/formats.texi
index 729c77b01d..d689fbadfa 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -139,7 +139,7 @@ Consider things that a sane encoder should not do as an error.
 
 @item max_interleave_delta @var{integer} (@emph{output})
 Set maximum buffering duration for interleaving. The duration is
-expressed in microseconds, and defaults to 1000000 (1 second).
+expressed in microseconds, and defaults to 10000000 (10 seconds).
 
 To ensure all the streams are interleaved correctly, libavformat will
 wait until it has at least one packet for each stream before actually
-- 
2.16.4



More information about the ffmpeg-devel mailing list