rename me=tesa
authorLoren Merritt <lorenm@u.washington.edu>
Thu, 5 Jun 2008 02:20:15 +0000 (02:20 +0000)
committerLoren Merritt <lorenm@u.washington.edu>
Thu, 5 Jun 2008 02:20:15 +0000 (02:20 +0000)
Originally committed as revision 13661 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 001e5c2..3772850 100644 (file)
@@ -374,7 +374,7 @@ enum Motion_Est_ID {
     ME_HEX,         ///< hexagon based search
     ME_UMH,         ///< uneven multi-hexagon search
     ME_ITER,        ///< iterative search
-    ME_TESA,        ///< thresholded exhaustive search algorithm
+    ME_TESA,        ///< transformed exhaustive search algorithm
 };
 
 enum AVDiscard{