lavf: add functions for accessing the fourcc<->CodecID mapping tables.

Fixes bug 212.
This commit is contained in:
Anton Khirnov
2012-01-27 13:33:09 +01:00
parent bc90199848
commit dd6d3b0e02
4 changed files with 63 additions and 27 deletions

View File

@ -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.