Commit 73e00358 authored by Marton Balint's avatar Marton Balint

docs/formats: fix max_interleave_delta default

Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 4778407a
...@@ -139,7 +139,7 @@ Consider things that a sane encoder should not do as an error. ...@@ -139,7 +139,7 @@ Consider things that a sane encoder should not do as an error.
@item max_interleave_delta @var{integer} (@emph{output}) @item max_interleave_delta @var{integer} (@emph{output})
Set maximum buffering duration for interleaving. The duration is 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 To ensure all the streams are interleaved correctly, libavformat will
wait until it has at least one packet for each stream before actually wait until it has at least one packet for each stream before actually
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment