# HG changeset patch # User takis # Date 1195122492 0 # Node ID b731c1f3d806a378719009ca0a2191927566c3d0 # Parent afcd3b752f955b5d17ecc29235c8885dd6df1281 Attribute for specifying direction should come right after @param. diff -r afcd3b752f95 -r b731c1f3d806 avcodec.h --- a/avcodec.h Thu Nov 15 06:25:20 2007 +0000 +++ b/avcodec.h Thu Nov 15 10:28:12 2007 +0000 @@ -2392,9 +2392,9 @@ * 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. */