From d06ae0d791cde393b9752aaaf242a48c7f08b540 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 4 Jul 2013 20:33:42 +0200 Subject: lavf: fix documentation for avoid_negative_ts Prefer "non-negative" over "positive", the former is more accurate. --- doc/formats.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3