avutil/mem: Correct av_calloc() documentation

Incorrect since 4959f18a8e.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/364/head
Andreas Rheinhardt 4 years ago
parent f9126b62b6
commit 21c7df0d22
  1. 2
      libavutil/mem.h

@ -240,7 +240,7 @@ av_alloc_size(1, 2) void *av_malloc_array(size_t nmemb, size_t size);
av_alloc_size(1, 2) void *av_mallocz_array(size_t nmemb, size_t size);
/**
* Non-inlined equivalent of av_mallocz_array().
* Equivalent of av_mallocz_array().
*
* Created for symmetry with the calloc() C function.
*/

Loading…
Cancel
Save