diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-24 10:53:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-24 10:53:59 +0000 |
commit | 5e746b99959e8cf13af70af4f9f8c772dcc15fc5 (patch) | |
tree | c6188eb02a359ae00c39f7f59298eb758057a47c /libavcodec/avcodec.h | |
parent | 99609036675ceb968a53397ab3e051e97a7181fd (diff) | |
download | ffmpeg-5e746b99959e8cf13af70af4f9f8c772dcc15fc5.tar.gz |
darkness masking (lumi masking does only bright stuff now)
Originally committed as revision 967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9b63af8138..c840bb08a6 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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 @@ typedef struct AVCodecContext { */ 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 /* |