summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2014-02-25 01:06:06 +0100
committerLukasz Marek <lukasz.m.luki@gmail.com>2014-03-29 09:48:48 +0100
commitcd50a44beb01582093b8115287cb51a7feb83f77 (patch)
tree4e3aebe2247f6f44964afb319ebca1f0b26baf1b /doc
parent27256e69ab2df625a431dfe67c6a7aa364992a48 (diff)
lavu/mem: add av_dynarray_add_nofree function
av_dynarray_add_nofree function have similar functionality as existing av_dynarray_add, but it doesn't deallocate memory on fails. Signed-off-by: Lukasz Marek <lukasz.m.luki@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 3890d1d78e..b8d8b8599d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-03-xx - xxxxxxx - lavu 52.70.100 - mem.h
+ Add av_dynarray_add_nofree() function.
+
2014-02-xx - xxxxxxx - lavu 53.08.0 - frame.h
Add av_frame_remove_side_data() for removing a single side data
instance from a frame.