diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-02-25 01:06:06 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-03-29 09:48:48 +0100 |
commit | cd50a44beb01582093b8115287cb51a7feb83f77 (patch) | |
tree | 4e3aebe2247f6f44964afb319ebca1f0b26baf1b /doc/APIchanges | |
parent | 27256e69ab2df625a431dfe67c6a7aa364992a48 (diff) | |
download | ffmpeg-cd50a44beb01582093b8115287cb51a7feb83f77.tar.gz |
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/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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. |