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

Andreas Rheinhardt git at videolan.org
Thu Aug 12 17:40:57 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Aug 10 20:04:20 2021 +0200| [21c7df0d22dc83b748659cb3068729944ff57095] | committer: Andreas Rheinhardt

avutil/mem: Correct av_calloc() documentation

Incorrect since 4959f18a8e11ad7d3529b1c4fc429f1b6b76ad7c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21c7df0d22dc83b748659cb3068729944ff57095
---

 libavutil/mem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/mem.h b/libavutil/mem.h
index e9d343eaf0..c7f8867a13 100644
--- a/libavutil/mem.h
+++ b/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.
  */



More information about the ffmpeg-cvslog mailing list