changeset 12113:495b13d86191 libavcodec

Restore array sizes in doxygen parameter names.
author diego
date Thu, 08 Jul 2010 13:35:46 +0000
parents 3c5a6cc5a652
children b00c10643f24
files cook.c motion_est_template.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
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)
--- a/motion_est_template.c	Thu Jul 08 08:58:52 2010 +0000
+++ b/motion_est_template.c	Thu Jul 08 13:35:46 2010 +0000
@@ -1028,7 +1028,7 @@
 }
 
 /*!
-   \param P a list of candidate mvs to check before starting the
+   \param P[10][2] a list of candidate mvs to check before starting the
    iterative search. If one of the candidates is close to the optimal mv, then
    it takes fewer iterations. And it increases the chance that we find the
    optimal mv.