diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-01-07 23:50:16 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-10 20:51:45 +0100 |
commit | 01a4e7f623a2e6dc95862f9a56c777f058d7bfaf (patch) | |
tree | cb4d54aaa453f3017a5ecd4484ac2e0812d76cca /doc/APIchanges | |
parent | 3e700cc66be24540ac816f17ab53d288d01863b7 (diff) | |
download | ffmpeg-01a4e7f623a2e6dc95862f9a56c777f058d7bfaf.tar.gz |
lavf: Bump minor version to distinguish branch and master version numbers
This enables checking for an API version not present in master that
has avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 78e37f4e95..34faf01153 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,7 +16,7 @@ API changes, most recent first: 2012-03-04 - xxxxxxx - lavu 51.22.1 - error.h Add AVERROR_UNKNOWN -2012-02-29 - xxxxxxx - lavf 53.21.0 +2012-02-29 - xxxxxxx - lavf 53.21.1 Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags(). 2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h |