summaryrefslogtreecommitdiff
path: root/doc/formats.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-08-25 23:47:52 +0200
committerMarton Balint <cus@passwd.hu>2019-09-02 21:44:25 +0200
commit73e0035812cc6e864a6c6b5de964b126bc0db5c3 (patch)
treef314e3cfbfa8c4ba35593b17f3bad9bfb0a0d574 /doc/formats.texi
parent4778407ab3b545c40def7e95a8f9dd4ae92a4e8e (diff)
docs/formats: fix max_interleave_delta default
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r--doc/formats.texi2
1 files changed, 1 insertions, 1 deletions
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