projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavc: Deprecate avctx.me_method
[ffmpeg.git]
/
libavcodec
/
motion_est.h
diff --git
a/libavcodec/motion_est.h
b/libavcodec/motion_est.h
index
4ffe70e
..
a5c662f
100644
(file)
--- a/
libavcodec/motion_est.h
+++ b/
libavcodec/motion_est.h
@@
-31,6
+31,10
@@
struct MpegEncContext;
#define MAX_MV 2048
+#define FF_ME_ZERO 0
+#define FF_ME_EPZS 1
+#define FF_ME_XONE 2
+
/**
* Motion estimation context.
*/