diff motion_est_template.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 7dd2a45249a9
children 495b13d86191
line wrap: on
line diff
--- a/motion_est_template.c	Fri Jul 02 11:37:53 2010 +0000
+++ b/motion_est_template.c	Fri Jul 02 11:44:58 2010 +0000
@@ -1028,7 +1028,7 @@
 }
 
 /*!
-   \param P[10][2] a list of candidate mvs to check before starting the
+   \param P 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.