summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-09-03 10:29:58 -0300
committerJames Almer <jamrial@gmail.com>2021-09-04 10:35:01 -0300
commitf599ae88c25d2c84c4f3be1abe30777b68e249d5 (patch)
tree37c67dd6dc5ee379a5bd44fbd10873eec6b3cbd8 /libavfilter/version.h
parentf58939affe39f39038cbdfc6b731b1c9caed3caf (diff)
avfilter/avfiltergraph: add an "auto" constant to the threads option
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index ff12ff9f8f..2110048b77 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 8
#define LIBAVFILTER_VERSION_MINOR 7
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \