diff cook.c @ 12113:495b13d86191 libavcodec

Restore array sizes in doxygen parameter names.
author diego
date Thu, 08 Jul 2010 13:35:46 +0000
parents 313167689ce8
children 0ae85799341a
line wrap: on
line diff
--- a/cook.c	Thu Jul 08 08:58:52 2010 +0000
+++ b/cook.c	Thu Jul 08 13:35:46 2010 +0000
@@ -365,8 +365,8 @@
 /**
  * Fill the gain array for the timedomain quantization.
  *
- * @param gb        pointer to the GetBitContext
- * @param gaininfo  array of gain indexes
+ * @param gb          pointer to the GetBitContext
+ * @param gaininfo[9] array of gain indexes
  */
 
 static void decode_gain_info(GetBitContext *gb, int *gaininfo)