[FFmpeg-cvslog] r11030 - trunk/libavcodec/avcodec.h

takis subversion
Thu Nov 15 11:28:12 CET 2007


Author: takis
Date: Thu Nov 15 11:28:12 2007
New Revision: 11030

Log:
Attribute for specifying direction should come right after @param.


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Nov 15 11:28:12 2007
@@ -2392,9 +2392,9 @@ int avcodec_find_best_pix_fmt(int pix_fm
  * Print in buf the string corresponding to the pixel format with
  * number pix_fmt, or an header if pix_fmt is negative.
  *
- * @param buf[in] the buffer where to write the string
- * @param buf_size[in] the size of buf
- * @param pix_fmt[in] the number of the pixel format to print the corresponding info string, or
+ * @param[in] buf the buffer where to write the string
+ * @param[in] buf_size the size of buf
+ * @param[in] pix_fmt the number of the pixel format to print the corresponding info string, or
  * a negative value to print the corresponding header.
  * Meaningful values for obtaining a pixel format info vary from 0 to PIX_FMT_NB -1.
  */




More information about the ffmpeg-cvslog mailing list