diff avcodec.h @ 367:abbed9f28d75 libavcodec

- MPEG-4 B frames coding option for ffmpeg.c - Warning fixes.
author pulento
date Mon, 06 May 2002 19:32:55 +0000
parents 1ee4ba4ca783
children 8187bb132d85
line wrap: on
line diff
--- a/avcodec.h	Mon May 06 16:40:43 2002 +0000
+++ b/avcodec.h	Mon May 06 19:32:55 2002 +0000
@@ -75,7 +75,8 @@
 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