summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-08-23 14:19:14 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-08-24 12:50:06 +0200
commitcb1a3eecac2d3395bf1e26289643082b4305f86a (patch)
treeed5ea71a62f92a25cbddc4ef0a7c76ed333715c1 /libswscale/version.h
parent351e28f9a799d9bbbb33dd10c964dca7219fa13b (diff)
downloadffmpeg-cb1a3eecac2d3395bf1e26289643082b4305f86a.tar.gz
lsws/rgb2rgb: Add unscaled 48bit to 64bit rgb conversion.
Based on b4befca2 and 6b7849e6 by Paul B Mahol. Fixes ticket #6608.
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 8dff77e48a..dcf7959b23 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 4
#define LIBSWSCALE_VERSION_MINOR 7
-#define LIBSWSCALE_VERSION_MICRO 102
+#define LIBSWSCALE_VERSION_MICRO 103
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \