summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2022-06-01 22:33:37 +0200
committerAnton Khirnov <anton@khirnov.net>2022-07-19 12:20:16 +0200
commit0a6bb7da55709d82b1cbb12d420db2d1fbb867d7 (patch)
tree541be03773982eae1fc55cd375c73788ccb0a05a /libswscale/version.h
parent61c151a09892d7f70c51c18110a1edf8796d7568 (diff)
swscale: add NV16 input/output
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 c0610fec1e..bb7e324876 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
#define LIBSWSCALE_VERSION_MINOR 8
-#define LIBSWSCALE_VERSION_MICRO 100
+#define LIBSWSCALE_VERSION_MICRO 101
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \