diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-07-09 15:29:30 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-07-14 20:07:25 +0200 |
commit | f3e5e6f05bde31374eb6ea389b56d3979b5e1010 (patch) | |
tree | 7697001789b63bc5027acd5c3121c172751ae0a0 /doc | |
parent | 2d497c141d1fb6df290cdf45404b01ea1697d618 (diff) | |
download | ffmpeg-f3e5e6f05bde31374eb6ea389b56d3979b5e1010.tar.gz |
mem: introduce av_malloc_array and av_mallocz_array
Both function ease allocating large arrays implementing the overflow
check inside it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 990e36e5c0..cad5a3a312 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-07-10 - xxxxxxx - lavu 51.37.0 + Add av_malloc_array() and av_mallocz_array() + 2012-06-22 - xxxxxxx - lavu 51.34.0 Add av_usleep() |