diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:44:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:44:58 +0000 |
commit | 3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e (patch) | |
tree | 7e0cd65261aabce27f3ab7f5c32dd6d4a23a187f /libavcodec/motion_est_template.c | |
parent | b8ab52e702e9536e054169f30ee05855a8f0ac93 (diff) | |
download | ffmpeg-3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e.tar.gz |
Avoid square brackets in Doxygen comments; Doxygen chokes on them.
Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est_template.c')
-rw-r--r-- | libavcodec/motion_est_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 8f730ef14f..8334de2f83 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[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. |