diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-06-05 02:20:15 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-06-05 02:20:15 +0000 |
commit | 359bbdabf3675f337965ef96f3af73d47dfac2b5 (patch) | |
tree | 7e910b5550482adacb30086fa3a70b06d6268031 /libavcodec/avcodec.h | |
parent | 89223ef6989fb2da0a7a20009ca4111cbcfaef05 (diff) | |
download | ffmpeg-359bbdabf3675f337965ef96f3af73d47dfac2b5.tar.gz |
rename me=tesa
Originally committed as revision 13661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 001e5c21d9..3772850740 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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{ |