# HG changeset patch # User takis # Date 1172171188 0 # Node ID ad50768a5b5789b0318b87830ed8e0e3da38d39c # Parent f0138063c56808f1fb4a51e1137382fdc474bf17 Doxygenize the comments for the avpicture_free() function. diff -r f0138063c568 -r ad50768a5b57 avcodec.h --- a/avcodec.h Thu Feb 22 19:05:44 2007 +0000 +++ b/avcodec.h Thu Feb 22 19:06:28 2007 +0000 @@ -2443,7 +2443,11 @@ */ 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,