diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-01-12 17:27:48 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-01-12 17:27:48 +0100 |
commit | 90ab9a58ff697e0a7bfd89715cba5a8fb4074b35 (patch) | |
tree | 6051df6604a0e0a25a373a674e17f5049e0eb9e5 /libavcodec/version.h | |
parent | 261e4cf03f9ab45a3c0afc6f84b19e2f2de477ff (diff) | |
download | ffmpeg-90ab9a58ff697e0a7bfd89715cba5a8fb4074b35.tar.gz |
lavc/tiff: Support CMYK images.
Fixes ticket #3459.
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 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, \ |