aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-27 13:33:09 +0100
committerReinhard Tartler <siretart@tauware.de>2012-02-29 10:44:37 +0100
commit2ad77c60ef862baa2afcdcb7e6f43dedabab38ef (patch)
tree4d21bd9a5e4aada15510227ffe80ff5ce14ff17e /doc/APIchanges
parenta1556d37b85328fda3c4010bc2f49e1a93273128 (diff)
downloadffmpeg-2ad77c60ef862baa2afcdcb7e6f43dedabab38ef.tar.gz
lavf: add functions for accessing the fourcc<->CodecID mapping tables.
Fixes bug 212. (cherry picked from commit dd6d3b0e025cb2a16022665dbb8ab1be18dc05e8) Conflicts: doc/APIchanges Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b2ee01bd4b..58186a082c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-02-29 - xxxxxxx - lavf 53.21.0
+ Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
+
2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h
Add a new installed header libavutil/intfloat.h with int/float punning
functions.