diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-14 23:32:37 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-20 01:04:09 +0200 |
commit | 8d5de914d31ca95ab36e6b66177be435e5cebb3d (patch) | |
tree | ad342bdb68e6f46ea154d3075ca52726e2e644d9 /doc | |
parent | 1ea365082318f06cd42a8b37dd0c7724b599c821 (diff) | |
download | ffmpeg-8d5de914d31ca95ab36e6b66177be435e5cebb3d.tar.gz |
avutil/mem: Deprecate av_mallocz_array()
It does the same as av_calloc(), so one of them should be removed.
Given that av_calloc() has the shorter name, it is retained.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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 5049d2d149..5b5c2a6f11 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-09-20 - xxxxxxxxxx - lavu 57.6.100 - mem.h + Deprecate av_mallocz_array() as it is identical to av_calloc(). + 2021-09-20 - xxxxxxxxxx - lavc 59.9.100 - avcodec.h Deprecate AVCodecContext.sub_text_format and the corresponding AVOptions. It is unused since the last major bump. |