[Ffmpeg-cvslog] r8086 - trunk/libavcodec/avcodec.h
takis
subversion
Thu Feb 22 20:14:08 CET 2007
Author: takis
Date: Thu Feb 22 20:14:07 2007
New Revision: 8086
Modified:
trunk/libavcodec/avcodec.h
Log:
Doxygenize the comments for the av_fast_realloc() function.
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Thu Feb 22 20:14:07 2007
@@ -2895,7 +2895,10 @@
/* memory */
/**
- * realloc which does nothing if the block is large enough
+ * Reallocates the given block if it is not large enough, otherwise it
+ * does nothing.
+ *
+ * @see av_realloc
*/
void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
More information about the ffmpeg-cvslog
mailing list