lavc: add avcodec_get_type() for mapping codec_id -> type.

This commit is contained in:
Anton Khirnov
2011-08-11 17:45:50 +02:00
parent 7f5bf4fbaf
commit bca06e77e1
4 changed files with 27 additions and 2 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-08-xx - xxxxxxx - lavc 53.8.0
Add avcodec_get_type().
2011-08-06 - 2f63440 - lavf 53.4.0
Add error_recognition to AVFormatContext.