diff motion_est_template.c @ 12113:495b13d86191 libavcodec

Restore array sizes in doxygen parameter names.
author diego
date Thu, 08 Jul 2010 13:35:46 +0000
parents 372f7fed2806
children
line wrap: on
line diff
--- 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.