changeset 1782:82c182e52a54 libavcodec

remove incorect motion estimation table
author michael
date Thu, 05 Feb 2004 00:35:08 +0000
parents bbb6e7667671
children 66ae3c109d90
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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