[FFmpeg-cvslog] doc/formats: Add documentation for 3 parameters that have been missing
Timothy Gu
git at videolan.org
Mon Sep 23 22:40:10 CEST 2013
ffmpeg | branch: release/2.0 | Timothy Gu <timothygu99 at gmail.com> | Sun Sep 15 19:08:58 2013 -0700| [cecb2b39cef1c8f22845cce454e8198e10399a43] | committer: Timothy Gu
doc/formats: Add documentation for 3 parameters that have been missing
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit b7dd4598630fb1f890ae060f21a9ec92a103f22d)
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cecb2b39cef1c8f22845cce454e8198e10399a43
---
doc/formats.texi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/formats.texi b/doc/formats.texi
index 6e69bfa..d99dca8 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -57,6 +57,9 @@ Enable RTP MP4A-LATM payload.
Reduce the latency introduced by optional buffering
@end table
+ at item seek2any @var{integer} (@emph{input})
+Forces seeking to enable seek to any mode if set to 1. Default is 0.
+
@item analyzeduration @var{integer} (@emph{input})
Specify how many microseconds are analyzed to probe the input. A
higher value will allow to detect more accurate information, but will
@@ -133,6 +136,12 @@ been without shifting.
Also note that this affects only leading negative timestamps, and not
non-monotonic negative timestamps.
+ at item skip_initial_bytes @var{integer} (@emph{input})
+Set number initial bytes to skip. Default is 0.
+
+ at item correct_ts_overflow @var{integer} (@emph{input})
+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
More information about the ffmpeg-cvslog
mailing list