diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-26 15:55:16 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-11-07 12:11:35 +0200 |
commit | 1384df641994bf3d6cb51084290aa94752737bae (patch) | |
tree | 2a6afda25be9445d37d7e5436efaa7e3e5479132 /doc/APIchanges | |
parent | 4981baf9b803f3c4866b2e97fdadb008c62dc7ad (diff) | |
download | ffmpeg-1384df641994bf3d6cb51084290aa94752737bae.tar.gz |
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>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 69da4428a4..44af215507 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-11-xx - xxxxxxx - lavf 56.06.3 - avformat.h + Add AVFormatContext.avoid_negative_ts. + 2014-11-xx - xxxxxxx - lavc 56.6.0 - vorbis_parser.h Add a public API for parsing vorbis packets. |