[Ffmpeg-cvslog] r8083 - trunk/libavcodec/avcodec.h
takis
subversion
Thu Feb 22 20:10:55 CET 2007
Author: takis
Date: Thu Feb 22 20:10:55 2007
New Revision: 8083
Modified:
trunk/libavcodec/avcodec.h
Log:
Doxygenize the comments for the av_realloc_static() function.
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Thu Feb 22 20:10:55 2007
@@ -2913,7 +2913,11 @@
void *av_mallocz_static(unsigned int size);
/**
- * same as above, but does realloc
+ * Same as av_mallocz_static(), but does a realloc.
+ *
+ * @param[in] ptr The block of memory to reallocate.
+ * @param[in] size The requested size.
+ * @return Block of memory of requested size.
*/
void *av_realloc_static(void *ptr, unsigned int size);
More information about the ffmpeg-cvslog
mailing list