[FFmpeg-cvslog] r24108 - in trunk: libavcodec/cook.c libavcodec/motion_est_template.c libavutil/lfg.h

diego subversion
Thu Jul 8 15:35:46 CEST 2010


Author: diego
Date: Thu Jul  8 15:35:46 2010
New Revision: 24108

Log:
Restore array sizes in doxygen parameter names.

Modified:
   trunk/libavcodec/cook.c
   trunk/libavcodec/motion_est_template.c
   trunk/libavutil/lfg.h

Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c	Thu Jul  8 11:21:24 2010	(r24107)
+++ trunk/libavcodec/cook.c	Thu Jul  8 15:35:46 2010	(r24108)
@@ -365,8 +365,8 @@ static av_cold int cook_decode_close(AVC
 /**
  * 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)

Modified: trunk/libavcodec/motion_est_template.c
==============================================================================
--- trunk/libavcodec/motion_est_template.c	Thu Jul  8 11:21:24 2010	(r24107)
+++ trunk/libavcodec/motion_est_template.c	Thu Jul  8 15:35:46 2010	(r24108)
@@ -1028,7 +1028,7 @@ static av_always_inline int diamond_sear
 }
 
 /*!
-   \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.

Modified: trunk/libavutil/lfg.h
==============================================================================
--- trunk/libavutil/lfg.h	Thu Jul  8 11:21:24 2010	(r24107)
+++ trunk/libavutil/lfg.h	Thu Jul  8 15:35:46 2010	(r24108)
@@ -55,7 +55,7 @@ static inline unsigned int av_mlfg_get(A
  * Get the next two numbers generated by a Box-Muller Gaussian
  * generator using the random numbers issued by lfg.
  *
- * @param out array where the two generated numbers are placed
+ * @param out[2] array where the two generated numbers are placed
  */
 void av_bmg_get(AVLFG *lfg, double out[2]);
 



More information about the ffmpeg-cvslog mailing list