Mercurial > libavcodec.hg
changeset 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 | 715e6e3ac428 |
files | avcodec.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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);