diff avcodec.h @ 2493:258120c61eea libavcodec

Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)
author michael
date Wed, 02 Feb 2005 18:49:04 +0000
parents 57ba17bd3924
children 36d70fbb31c5
line wrap: on
line diff
--- a/avcodec.h	Wed Feb 02 18:14:59 2005 +0000
+++ b/avcodec.h	Wed Feb 02 18:49:04 2005 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000409
 #define FFMPEG_VERSION         "0.4.9-pre1"
-#define LIBAVCODEC_BUILD       4740
+#define LIBAVCODEC_BUILD       4741
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -1750,6 +1750,14 @@
      * - decoding: unused
      */
     int frame_skip_cmp;
+
+    /**
+     * border processing masking. raises the quantizer for mbs on the borders
+     * of the picture.
+     * - encoding: set by user
+     * - decoding: unused
+     */
+    float border_masking;
 } AVCodecContext;