diff motion_est_template.c @ 4758:efeca638ad20 libavcodec

doxy comment tweaks
author lorenm
date Sat, 31 Mar 2007 23:58:33 +0000
parents e511820c4a97
children ce36118abbbb
line wrap: on
line diff
--- a/motion_est_template.c	Sat Mar 31 22:39:43 2007 +0000
+++ b/motion_est_template.c	Sat Mar 31 23:58:33 2007 +0000
@@ -1004,7 +1004,7 @@
     MotionEstContext * const c= &s->me;
     int best[2]={0, 0};      /*!< x and y coordinates of the best motion vector.
                                i.e. the difference between the position of the
-                               block current being encoded and the position of
+                               block currently being encoded and the position of
                                the block chosen to predict it from. */
     int d;                   ///< the score (cmp + penalty) of any given mv
     int dmin;                /*!< the best value of d, i.e. the score