]> git.sesse.net Git - ffmpeg/commitdiff
Doxygenize the comments for the av_fast_realloc() function.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 19:14:07 +0000 (19:14 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 19:14:07 +0000 (19:14 +0000)
Originally committed as revision 8086 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index b65022f1a153554996a5dff92d369f23e4aeb86c..35c2a0a63991acc27795069536650c9316888d9c 100644 (file)
@@ -2895,7 +2895,10 @@ extern AVBitStreamFilter mjpega_dump_header_bsf;
 /* 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);