From e51f04968e6841c9defe11e70b2e6be27f601c78 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 Jul 2010 13:35:46 +0000 Subject: Restore array sizes in doxygen parameter names. Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/motion_est_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/motion_est_template.c') diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 8334de2f83..8f730ef14f 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -1028,7 +1028,7 @@ static av_always_inline int diamond_search(MpegEncContext * s, int *best, int dm } /*! - \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. -- cgit v1.2.3