mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
mem: introduce av_malloc_array and av_mallocz_array
Both function ease allocating large arrays implementing the overflow check inside it.
This commit is contained in:
parent
2d497c141d
commit
f3e5e6f05b
3 changed files with 39 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue