[Ffmpeg-cvslog] r8080 - trunk/libavcodec/avcodec.h
takis
subversion
Thu Feb 22 20:06:28 CET 2007
Author: takis
Date: Thu Feb 22 20:06:28 2007
New Revision: 8080
Modified:
trunk/libavcodec/avcodec.h
Log:
Doxygenize the comments for the avpicture_free() function.
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Thu Feb 22 20:06:28 2007
@@ -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,
More information about the ffmpeg-cvslog
mailing list