diff avcodec.h @ 4574:a9388782b9b0 libavcodec

Doxygenize the comments for the av_fast_realloc() function.
author takis
date Thu, 22 Feb 2007 19:14:07 +0000
parents 58afae0471ae
children ad02fe65f45a
line wrap: on
line diff
--- a/avcodec.h	Thu Feb 22 19:12:40 2007 +0000
+++ b/avcodec.h	Thu Feb 22 19:14:07 2007 +0000
@@ -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);