Commit a412a03b authored by Michael Niedermayer's avatar Michael Niedermayer

remove incorect motion estimation table

Originally committed as revision 2747 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8a1f657b
......@@ -17,7 +17,7 @@ extern "C" {
#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 @@ typedef struct RcOverride{
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment