diff vp8.c @ 12062:372f7fed2806 libavcodec

Avoid square brackets in Doxygen comments; Doxygen chokes on them.
author diego
date Fri, 02 Jul 2010 11:44:58 +0000
parents 3c51d7ac41c9
children 812e23197d64
line wrap: on
line diff
--- a/vp8.c	Fri Jul 02 11:37:53 2010 +0000
+++ b/vp8.c	Fri Jul 02 11:44:58 2010 +0000
@@ -747,8 +747,7 @@
  * @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
  */