summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-11-15 10:28:12 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-11-15 10:28:12 +0000
commit9bd51b9aab50df705fd787aead42ecdad6a021ab (patch)
tree3aee9421230cd0100bab534623f599ed195c8d33
parent1a625dce18cee97974ef19f16f9e14a6cb795502 (diff)
Attribute for specifying direction should come right after @param.
Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f9d533eabb..b4c7b81537 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2392,9 +2392,9 @@ int avcodec_find_best_pix_fmt(int pix_fmt_mask, int src_pix_fmt,
* 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.
*/