diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-12-08 02:48:31 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-12-08 02:48:31 +0100 |
commit | 0cc9949eadc8378000f7c165e3809411651357dc (patch) | |
tree | 086317d05ca2f16512f3b8a93dd55acd4edc93bc /libavcodec/version.h | |
parent | 51d7cd3596fa5341358d107e5a6d6e1945e98520 (diff) | |
download | ffmpeg-0cc9949eadc8378000f7c165e3809411651357dc.tar.gz |
Mark one colour as transparent in the gif image encoder
if the input palette contains at least one colour
that is more than 50% transparent.
Fixes ticket #715.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 3c9c4dc896..9042e26e2f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 53 #define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MICRO 2 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |