diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-18 14:19:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-18 22:05:16 +0100 |
commit | fc91eeab0b3c59f431653dec4e7358630b2c1f7e (patch) | |
tree | f801fb8a118f38c1d5d2c790f619e47d7945b0f9 /doc/APIchanges | |
parent | 518742bc21f7baa4c9059e9705fca131d4e3a87a (diff) | |
download | ffmpeg-fc91eeab0b3c59f431653dec4e7358630b2c1f7e.tar.gz |
avutil/mem: Add av_fast_mallocz()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 14b96ce122..edeba02bff 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-11-18 - lavu 55.7.100 - mem.h + Add av_fast_mallocz() + 2015-10-29 - lavc 57.12.100 / 57.8.0 - avcodec.h xxxxxx - Deprecate av_free_packet(). Use av_packet_unref() as replacement, it resets the packet in a more consistent way. |