diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-08 15:17:47 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-08 15:17:47 +0100 |
commit | 7f70db3f4f77344d724ea92fb16affc47593c5ec (patch) | |
tree | e9e2f219909ce6d48294ae3caa09a43e76324b11 /doc | |
parent | 57cee850238488a6088085ae078af17f04f2198a (diff) | |
download | ffmpeg-7f70db3f4f77344d724ea92fb16affc47593c5ec.tar.gz |
doc: sync avoid_negative_ts option with internal help.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-formats.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index d7f01929a9..a2e6259fe9 100644 --- a/doc/ffmpeg-formats.texi +++ b/doc/ffmpeg-formats.texi @@ -135,7 +135,8 @@ Consider things that a sane encoder should not do as an error. Use wallclock as timestamps. @item avoid_negative_ts @var{integer} (@emph{output}) -Avoid negative timestamps. +Shift timestamps to make them positive. 1 enables, 0 disables, default +of -1 enables when required by target format. @end table @c man end FORMAT OPTIONS |