aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vp8.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:44:58 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:44:58 +0000
commit3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e (patch)
tree7e0cd65261aabce27f3ab7f5c32dd6d4a23a187f /libavcodec/vp8.c
parentb8ab52e702e9536e054169f30ee05855a8f0ac93 (diff)
downloadffmpeg-3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e.tar.gz
Avoid square brackets in Doxygen comments; Doxygen chokes on them.
Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp8.c')
-rw-r--r--libavcodec/vp8.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 33b26dba28..3308676af7 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -747,8 +747,7 @@ static void decode_mb_mode(VP8Context *s, VP8Macroblock *mb, int mb_x, int mb_y,
* @param i initial coeff index, 0 unless a separate DC block is coded
* @param zero_nhood the initial prediction context for number of surrounding
* all-zero blocks (only left/top, so 0-2)
- * @param qmul[0] dc dequant factor
- * @param qmul[1] ac dequant factor
+ * @param qmul array holding the dc/ac dequant factor at position 0/1
* @return 0 if no coeffs were decoded
* otherwise, the index of the last coeff decoded plus one
*/