[FFmpeg-cvslog] doc: sync avoid_negative_ts option with internal help.

Clément Bœsch git at videolan.org
Sat Dec 8 15:17:53 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Dec  8 15:17:47 2012 +0100| [7f70db3f4f77344d724ea92fb16affc47593c5ec] | committer: Clément Bœsch

doc: sync avoid_negative_ts option with internal help.

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

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

diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi
index d7f0192..a2e6259 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



More information about the ffmpeg-cvslog mailing list