summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 074b27c2b2..ba711f7627 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -75,7 +75,8 @@ enum Motion_Est_ID {
extern int motion_estimation_method;
/* ME algos sorted by quality */
-static const int Motion_Est_QTab[] = { 1, 4, 3, 6, 5, 2 };
+static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG,
+ ME_X1, ME_EPZS, ME_FULL };
#define FF_MAX_B_FRAMES 4