Commit 6ca75166 authored by takis's avatar takis

Doxygenize the comments for the av_fast_realloc() function.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8086 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7c0711b1
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment