diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-04 20:33:42 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-05 00:58:03 +0200 |
commit | d06ae0d791cde393b9752aaaf242a48c7f08b540 (patch) | |
tree | 896ae6b6bbcd00255edf03dfe6a1fb39aab92f76 /doc/formats.texi | |
parent | 41fe750f4b130f08f41ce0e5126046315c891cae (diff) | |
download | ffmpeg-d06ae0d791cde393b9752aaaf242a48c7f08b540.tar.gz |
lavf: fix documentation for avoid_negative_ts
Prefer "non-negative" over "positive", the former is more accurate.
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index 44e45329ff..6e69bfa582 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -121,7 +121,7 @@ Consider things that a sane encoder should not do as an error. Use wallclock as timestamps. @item avoid_negative_ts @var{integer} (@emph{output}) -Shift timestamps to make them positive. A value of 1 enables shifting, +Shift timestamps to make them non-negative. A value of 1 enables shifting, a value of 0 disables it, the default value of -1 enables shifting when required by the target format. |