summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-08 12:03:19 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-14 11:28:54 +0200
commitf3746d31f9486bcc266f17738861cc8a5c9c1eb7 (patch)
tree6bba53d09a60051196b4554984e0f2956966c0c1 /libavfilter
parent036fff7e43f5a8d608587daa053970b702d424c0 (diff)
avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index e9b75ee6b2..901fae095b 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 62
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \