[SCM] libav/experimental: Doxygenize the comments for the av_get_pict_type_char() 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 8f6260af48a5884efddc7687035024bb35be54a9
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Thu Feb 22 19:08:39 2007 +0000

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

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1008ac8..e956f73 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2768,7 +2768,10 @@ void avcodec_default_free_buffers(AVCodecContext *s);
 /* misc useful functions */
 
 /**
- * returns a single letter to describe the picture type
+ * Returns a single letter to describe the given picture type \p pict_type.
+ *
+ * @param[in] pict_type The picture type.
+ * @return A single character representing the picture type.
  */
 char av_get_pict_type_char(int pict_type);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list