summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-11 17:45:50 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-16 20:24:20 +0200
commitbca06e77e1b07f1dab04c3b9fef6fdcb62b4a401 (patch)
treeda3177e2674159e2c25d061448c05c55328ea33a /doc
parent7f5bf4fbaf1f2142547321a16358f9871fabdcc6 (diff)
lavc: add avcodec_get_type() for mapping codec_id -> type.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
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.