]> git.sesse.net Git - ffmpeg/commit
lavf: Add an option for avoiding negative timestamps
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 26 Sep 2012 13:55:16 +0000 (15:55 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 7 Nov 2014 10:11:35 +0000 (12:11 +0200)
commit1384df641994bf3d6cb51084290aa94752737bae
tree2a6afda25be9445d37d7e5436efaa7e3e5479132
parent4981baf9b803f3c4866b2e97fdadb008c62dc7ad
lavf: Add an option for avoiding negative timestamps

This is the same logic as is invoked on AVFMT_TS_NEGATIVE,
but which can be enabled manually, or can be enabled
in muxers which only need it in certain conditions.

Also allow using the same mechanism to force streams to start
at 0.

Signed-off-by: Martin Storsjö <martin@martin.st>
doc/APIchanges
libavformat/avformat.h
libavformat/mux.c
libavformat/options_table.h
libavformat/version.h