aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-12-08 02:17:44 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-12-08 02:45:53 +0100
commit51d7cd3596fa5341358d107e5a6d6e1945e98520 (patch)
treed8592ff233878d168e1b47686597cc2763b1b07e /libavcodec/version.h
parent9608e3a182fdd05fcc8056a25a8aaa91eb1746cc (diff)
downloadffmpeg-51d7cd3596fa5341358d107e5a6d6e1945e98520.tar.gz
Decode RGB ljpeg to RGB24.
No alpha channel is decoded, the output used to be completely transparent.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 14b04bac01..3c9c4dc896 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 0
+#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \