# HG changeset patch # User takis # Date 1172171647 0 # Node ID a9388782b9b063a02f21b71e8876cdbdc0c3875e # Parent 58afae0471ae3875498fe96781a25804eccec775 Doxygenize the comments for the av_fast_realloc() function. diff -r 58afae0471ae -r a9388782b9b0 avcodec.h --- 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);