diff avcodec.h @ 4569:dcf43f64d80d libavcodec

Doxygenize the comments for the av_get_pict_type_char() function.
author takis
date Thu, 22 Feb 2007 19:08:39 +0000
parents ad50768a5b57
children 58be423405db
line wrap: on
line diff
--- 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);