diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-11 17:45:50 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-16 20:24:20 +0200 |
commit | bca06e77e1b07f1dab04c3b9fef6fdcb62b4a401 (patch) | |
tree | da3177e2674159e2c25d061448c05c55328ea33a /doc/APIchanges | |
parent | 7f5bf4fbaf1f2142547321a16358f9871fabdcc6 (diff) | |
download | ffmpeg-bca06e77e1b07f1dab04c3b9fef6fdcb62b4a401.tar.gz |
lavc: add avcodec_get_type() for mapping codec_id -> type.
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 ac95d168eb..64d15710c2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |