ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | 
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 <[email protected]>

> 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.
  */

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to