projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89223ef
)
rename me=tesa
author
Loren Merritt
<lorenm@u.washington.edu>
Thu, 5 Jun 2008 02:20:15 +0000
(
02:20
+0000)
committer
Loren 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
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
001e5c2
..
3772850
100644
(file)
--- 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, ///< t
hreshold
ed exhaustive search algorithm
+ ME_TESA, ///< t
ransform
ed exhaustive search algorithm
};
enum AVDiscard{