[FFmpeg-cvslog] doc/ffmpeg-formats: Add documentation for 3 parameters that have been missing

Timothy Gu git at videolan.org
Thu Oct 3 01:26:54 CEST 2013


ffmpeg | branch: release/1.2 | Timothy Gu <timothygu99 at gmail.com> | Sun Sep 15 19:08:58 2013 -0700| [4431ee1896433b710bbbc54392db6d262d293aec] | committer: Timothy Gu

doc/ffmpeg-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>

Conflicts:
	doc/formats.texi

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4431ee1896433b710bbbc54392db6d262d293aec
---

 doc/ffmpeg-formats.texi |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi
index 30cf415..a8bc4ba 100644
--- a/doc/ffmpeg-formats.texi
+++ b/doc/ffmpeg-formats.texi
@@ -76,6 +76,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
@@ -142,6 +145,12 @@ Use wallclock as timestamps.
 @item avoid_negative_ts @var{integer} (@emph{output})
 Shift timestamps to make them positive. 1 enables, 0 disables, default
 of -1 enables when required by target format.
+
+ 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.
 @end table
 
 @c man end FORMAT OPTIONS



More information about the ffmpeg-cvslog mailing list