[Ffmpeg-cvslog] r8081 - trunk/libavcodec/avcodec.h

takis subversion
Thu Feb 22 20:08:39 CET 2007


Author: takis
Date: Thu Feb 22 20:08:39 2007
New Revision: 8081

Modified:
   trunk/libavcodec/avcodec.h

Log:
Doxygenize the comments for the av_get_pict_type_char() function.

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Feb 22 20:08:39 2007
@@ -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);
 




More information about the ffmpeg-cvslog mailing list