diff avcodec.h @ 951:ad264a7d4f94 libavcodec

motion estimation pre pass
author michaelni
date Thu, 02 Jan 2003 01:29:35 +0000
parents 371bc36a9c5c
children 9eb066d6e0db
line wrap: on
line diff
--- a/avcodec.h	Wed Jan 01 16:47:31 2003 +0000
+++ b/avcodec.h	Thu Jan 02 01:29:35 2003 +0000
@@ -5,8 +5,8 @@
 
 #define LIBAVCODEC_VERSION_INT 0x000406
 #define LIBAVCODEC_VERSION     "0.4.6"
-#define LIBAVCODEC_BUILD       4649
-#define LIBAVCODEC_BUILD_STR   "4649"
+#define LIBAVCODEC_BUILD       4650
+#define LIBAVCODEC_BUILD_STR   "4650"
 
 enum CodecID {
     CODEC_ID_NONE, 
@@ -894,6 +894,13 @@
      * decoding: unused
      */
     int last_predictor_count;
+    
+    /**
+     * pre pass for motion estimation
+     * encoding: set by user.
+     * decoding: unused
+     */
+    int pre_me;
 
 } AVCodecContext;