# HG changeset patch # User takis # Date 1172171319 0 # Node ID dcf43f64d80d7a27f00f80b93d9e6cb19a9f73f7 # Parent ad50768a5b5789b0318b87830ed8e0e3da38d39c Doxygenize the comments for the av_get_pict_type_char() function. diff -r ad50768a5b57 -r dcf43f64d80d avcodec.h --- a/avcodec.h Thu Feb 22 19:06:28 2007 +0000 +++ b/avcodec.h Thu Feb 22 19:08:39 2007 +0000 @@ -2768,7 +2768,10 @@ /* 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);