[FFmpeg-cvslog] lavf: improve help text for avoid_negative_ts

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Dec 6 23:06:54 CET 2012


> 
> -{"avoid_negative_ts", "avoid negative timestamps", OFFSET(avoid_negative_ts), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1, E},
> +{"avoid_negative_ts", "if set to 1, all timsstamps will be shifted to make them positive, if -1, such shift will be done when required by the container, if 0 ts will be unchanged",

Timestamps has an s instead of e. Also abbrevating to ts is not so good in a help text.
I would suggest rewriting it to be more concise, e.g.
shift timestamps to make them positive. 1 enables, 0 disables, default of -1 enables when required by target format.


More information about the ffmpeg-cvslog mailing list