diff avcodec.h @ 2584:c07be5590462 libavcodec

motion estimation bitrate penalty compensation
author michael
date Sun, 27 Mar 2005 12:19:59 +0000
parents 7d9997a69158
children 1ef8fab234c8
line wrap: on
line diff
--- a/avcodec.h	Sun Mar 27 10:58:21 2005 +0000
+++ b/avcodec.h	Sun Mar 27 12:19:59 2005 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000409
 #define FFMPEG_VERSION         "0.4.9-pre1"
-#define LIBAVCODEC_BUILD       4749
+#define LIBAVCODEC_BUILD       4750
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -1781,6 +1781,13 @@
      * - decoding: unused
      */
     int mb_lmax;
+
+    /**
+     * 
+     * - encoding: set by user.
+     * - decoding: unused
+     */
+    int me_penalty_compensation;
 } AVCodecContext;