summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-11-13 13:34:21 -0600
committerrcombs <rcombs@rcombs.me>2021-11-28 16:40:43 -0600
commitf0204de47d30e40b3f954fa0a15d76a48bcb5afd (patch)
tree1cabde0ebd796814305ccd0cd2a50ab011fd048a /libswscale/version.h
parentb2cd1fb2ec64d04841d6c06fddf6e1d6e4ecfb34 (diff)
swscale: add P210/P410/P216/P416 input
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 0d3b7cf363..15ad54319c 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 6
#define LIBSWSCALE_VERSION_MINOR 1
-#define LIBSWSCALE_VERSION_MICRO 100
+#define LIBSWSCALE_VERSION_MICRO 101
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \