summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-12 18:58:55 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-28 14:33:41 +0100
commitac090fa68c6233076508705d80090edb9eea4eed (patch)
tree6ded2c68e69d4e63f0637b890fc7d0db6e822cef /doc/APIchanges
parentc73fcc8de3e314304819eed89216727a20e5e8a0 (diff)
lavu: keep context size variables
They are essential to be able to use the utils without av_malloc() That is for example use with malloc(), memalign(), some other private allocation function, on the stack or others. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index fd38aa0671..aa828464bd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -114,7 +114,6 @@ API changes, most recent first:
2012-10-xx - xxxxxxx - lavu 51.43.0 - aes.h, md5.h, sha.h, tree.h
Add functions for allocating the opaque contexts for the algorithms,
- deprecate the context size variables.
2012-10-xx - xxxxxxx - lavf 54.18.0 - avio.h
Add avio_closep to complement avio_close.