# HG changeset patch # User michael # Date 1075941308 0 # Node ID 82c182e52a5482554933cece639ebf162ade89a4 # Parent bbb6e766767178e59b624725d47427767d18835b remove incorect motion estimation table diff -r bbb6e7667671 -r 82c182e52a54 avcodec.h --- a/avcodec.h Wed Feb 04 16:03:10 2004 +0000 +++ b/avcodec.h Thu Feb 05 00:35:08 2004 +0000 @@ -17,7 +17,7 @@ #define FFMPEG_VERSION_INT 0x000408 #define FFMPEG_VERSION "0.4.8" -#define LIBAVCODEC_BUILD 4700 +#define LIBAVCODEC_BUILD 4701 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION FFMPEG_VERSION @@ -223,12 +223,6 @@ /* only for ME compatiblity with old apps */ extern int motion_estimation_method; -/* ME algos sorted by quality */ -//FIXME remove IMHO -static const __attribute__((unused)) int Motion_Est_QTab[] = - { ME_ZERO, ME_PHODS, ME_LOG, ME_X1, ME_EPZS, ME_FULL }; - - #define FF_MAX_B_FRAMES 8 /* encoding support