summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-07-10 03:49:44 +0000
committerPaul B Mahol <onemda@gmail.com>2012-07-10 21:42:23 +0000
commit0e003d8c91b85a2ec49f7a653f9c6f93d025bf5a (patch)
tree9ec2ba88f58170dbe598b1cb4f3701094d8a6516 /doc
parentca16f88c75f84a054d6bd71fe3f6fbaf508a1623 (diff)
lavc: add av_fast_padded_mallocz
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 e17aae73aa..65870107c9 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-07-10 - xxxxxxx - lavc 54.33.100
+ Add av_fast_padded_mallocz().
+
2012-07-10 - xxxxxxx - lavfi 3.2.0 - avfilter.h
Add init_opaque() callback to AVFilter struct.