diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-27 13:33:09 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-31 16:53:35 +0100 |
commit | dd6d3b0e025cb2a16022665dbb8ab1be18dc05e8 (patch) | |
tree | ad10c16b75add54758d96bc09a9350ce9f22b9cd /doc/APIchanges | |
parent | bc901998487bf9b77a423961d9f961bcc28a9291 (diff) | |
download | ffmpeg-dd6d3b0e025cb2a16022665dbb8ab1be18dc05e8.tar.gz |
lavf: add functions for accessing the fourcc<->CodecID mapping tables.
Fixes bug 212.
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 87de464ebb..0d4cb596a7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-01-31 - xxxxxxx - lavf 54.01.0 + Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags(). + 2012-01-31 - xxxxxxx - lavc 54.01.0 Add avcodec_is_open() function. |