diff avcodec.h @ 4568:ad50768a5b57 libavcodec

Doxygenize the comments for the avpicture_free() function.
author takis
date Thu, 22 Feb 2007 19:06:28 +0000
parents f0138063c568
children dcf43f64d80d
line wrap: on
line diff
--- 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,