summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-02-15 10:07:51 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-03-11 22:55:49 +0100
commit5f8c38345247be4baa6d6f0b4ef5f5ce94c1ba7d (patch)
tree90878e91d3e445c48b3cb24d454bca71dce1087d /libswscale/version.h
parentb3c46e26aa283bf8e95451f1d4b1810a6f4e1ade (diff)
lsws/input: Do not change transparency range.
Fixes ticket #8509.
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index cc434c0439..1dbb5618af 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 5
#define LIBSWSCALE_VERSION_MINOR 6
-#define LIBSWSCALE_VERSION_MICRO 100
+#define LIBSWSCALE_VERSION_MICRO 101
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \