rename me=tesa

Originally committed as revision 13661 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Loren Merritt 2008-06-05 02:20:15 +00:00
parent 89223ef698
commit 359bbdabf3
1 changed files with 1 additions and 1 deletions

View 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{