doc/ffmpeg-formats: Add documentation for 2 parameters that have been missing

(partially cherry picked from commit b7dd459863)

Signed-off-by: Timothy Gu <timothygu99@gmail.com>

Conflicts:
	doc/formats.texi
This commit is contained in:
Timothy Gu
2013-09-15 19:08:58 -07:00
parent 3eee21406a
commit c42fd4c6ee

View File

@@ -140,6 +140,12 @@ Use wallclock as timestamps.
@item avoid_negative_ts @var{integer} (@emph{output}) @item avoid_negative_ts @var{integer} (@emph{output})
Shift timestamps to make them positive. 1 enables, 0 disables, default Shift timestamps to make them positive. 1 enables, 0 disables, default
of -1 enables when required by target format. of -1 enables when required by target format.
@item skip_initial_bytes @var{integer} (@emph{input})
Set number initial bytes to skip. Default is 0.
@item correct_ts_overflow @var{integer} (@emph{input})
Correct single timestamp overflows if set to 1. Default is 1.
@end table @end table
@c man end FORMAT OPTIONS @c man end FORMAT OPTIONS