From f3e5e6f05bde31374eb6ea389b56d3979b5e1010 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 9 Jul 2012 15:29:30 +0200 Subject: mem: introduce av_malloc_array and av_mallocz_array Both function ease allocating large arrays implementing the overflow check inside it. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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() -- cgit v1.2.3