[FFmpeg-cvslog] doc/developer: refer to av_malloc() instead of malloc()

Michael Niedermayer git at videolan.org
Mon Jul 2 23:22:27 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jul  2 21:24:47 2012 +0200| [41dd30068acebfb938816af1d2a8ab6eb57ef9e1] | committer: Michael Niedermayer

doc/developer: refer to av_malloc() instead of malloc()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/developer.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 029b945..d4013bc 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -491,7 +491,7 @@ send a reminder by email. Your patch should eventually be dealt with.
     If you added YASM code please check that things still work with --disable-yasm
 @item
     Make sure you check the return values of function and return appropriate
-    error codes. Especially memory allocation functions like @code{malloc()}
+    error codes. Especially memory allocation functions like @code{av_malloc()}
     are notoriously left unchecked, which is a serious problem.
 @end enumerate
 



More information about the ffmpeg-cvslog mailing list