[SCM] libav/experimental: Doxygenize the comments for the avpicture_free() function.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 8fc3d25c0a237b4f8b77e18ee998728359d37294
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Thu Feb 22 19:06:28 2007 +0000

    Doxygenize the comments for the avpicture_free() function.
    
    Originally committed as revision 8080 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7fe1562..1008ac8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list