Commit f3a076d2 authored by takis's avatar takis

Doxygenize the comments for the avpicture_free() function.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8080 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6a2eb86e
......@@ -2443,7 +2443,11 @@ attribute_deprecated void img_resample_close(ImgReSampleContext *s);
*/
int avpicture_alloc(AVPicture *picture, int pix_fmt, int width, int height);
/* Free a picture previously allocated by avpicture_alloc. */
/**
* Free a picture previously allocated by avpicture_alloc().
*
* @param picture The AVPicture to be freed.
*/
void avpicture_free(AVPicture *picture);
int avpicture_fill(AVPicture *picture, uint8_t *ptr,
......
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