Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-12 19:27:48 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-12 19:27:48 +0300
commit90ab9a58ff697e0a7bfd89715cba5a8fb4074b35 (patch)
tree6051df6604a0e0a25a373a674e17f5049e0eb9e5 /libavcodec/version.h
parent261e4cf03f9ab45a3c0afc6f84b19e2f2de477ff (diff)
lavc/tiff: Support CMYK images.
Fixes ticket #3459.
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 ed56a1ece5..aa16bb24a0 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 43
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \