summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-28 09:05:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-28 19:45:10 +0100
commit44911f2985b9bf823e0605f177e3dbb1f66d3e16 (patch)
treec6b3a3d2e66335319b9124d60134bb9fcd33a370 /doc
parent2d9535ad317733c977a89194975f14e0cc04fb7f (diff)
APIchanges: mention avcodec_alloc_context()/2/3
There was no minor bump for making avcodec_alloc_context3() public and deprecating the other two, so I'm using the first next lavc bump.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7e5efe8846..7cac096a3c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -163,6 +163,8 @@ API changes, most recent first:
2011-07-10 - 0b950fe - lavc 53.6.0
Add avcodec_open2(), deprecate avcodec_open().
+ Add avcodec_alloc_context3. Deprecate avcodec_alloc_context() and
+ avcodec_alloc_context2().
2011-06-23 - 67e9ae1 - lavu 51.8.0 - attributes.h
Add av_printf_format().