[FFmpeg-cvslog] r13661 - trunk/libavcodec/avcodec.h

lorenm subversion
Thu Jun 5 04:20:16 CEST 2008


Author: lorenm
Date: Thu Jun  5 04:20:15 2008
New Revision: 13661

Log:
rename me=tesa


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Jun  5 04:20:15 2008
@@ -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{




More information about the ffmpeg-cvslog mailing list