Re: [FFmpeg-devel] [PATCH] avutil/mem: Correct av_calloc() documentation

2021-08-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Incorrect since 4959f18a8e11ad7d3529b1c4fc429f1b6b76ad7c. > > Signed-off-by: Andreas Rheinhardt > --- > Do we even need both av_mallocz_array and av_calloc given that > they do exactly the same? I'd like to deprecate one, namely > av_mallocz_array() (it has the longer name).

[FFmpeg-devel] [PATCH] avutil/mem: Correct av_calloc() documentation

2021-08-10 Thread Andreas Rheinhardt
Incorrect since 4959f18a8e11ad7d3529b1c4fc429f1b6b76ad7c. Signed-off-by: Andreas Rheinhardt --- Do we even need both av_mallocz_array and av_calloc given that they do exactly the same? I'd like to deprecate one, namely av_mallocz_array() (it has the longer name). libavutil/mem.h | 2 +- 1 file