diff avcodec.h @ 693:b6a7ff92df57 libavcodec

darkness masking (lumi masking does only bright stuff now)
author michaelni
date Tue, 24 Sep 2002 10:53:59 +0000
parents a1c69cb685b3
children c622224012f0
line wrap: on
line diff
--- a/avcodec.h	Tue Sep 24 09:15:46 2002 +0000
+++ b/avcodec.h	Tue Sep 24 10:53:59 2002 +0000
@@ -5,8 +5,8 @@
 
 #define LIBAVCODEC_VERSION_INT 0x000406
 #define LIBAVCODEC_VERSION     "0.4.6"
-#define LIBAVCODEC_BUILD       4625
-#define LIBAVCODEC_BUILD_STR   "4625"
+#define LIBAVCODEC_BUILD       4626
+#define LIBAVCODEC_BUILD_STR   "4626"
 
 enum CodecID {
     CODEC_ID_NONE, 
@@ -668,6 +668,13 @@
      */
     float p_masking;
 
+    /**
+     * darkness masking (0-> disabled)
+     * encoding: set by user
+     * decoding: unused
+     */
+    float dark_masking;
+
     //FIXME this should be reordered after kabis API is finished ...
     //TODO kill kabi
     /*