summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2008-06-05 02:20:15 +0000
committerLoren Merritt <lorenm@u.washington.edu>2008-06-05 02:20:15 +0000
commit359bbdabf3675f337965ef96f3af73d47dfac2b5 (patch)
tree7e910b5550482adacb30086fa3a70b06d6268031 /libavcodec/avcodec.h
parent89223ef6989fb2da0a7a20009ca4111cbcfaef05 (diff)
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.h2
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{