Commit 4267e90d authored by Panagiotis Issaris's avatar Panagiotis Issaris

Doxygenize the comments for the av_fast_realloc() function.

Originally committed as revision 8086 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8079a686
......@@ -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