summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-12-31 12:00:30 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-11 19:05:17 +0100
commit1a7f4a122e419f108bb31d4abc75045bfdc29319 (patch)
tree21a33e08af614240b7512c91126f65946bfe7975 /libavfilter/version.h
parent6a1bf8634acdd7112979b7e5ae6684e4acaf3339 (diff)
avfilter: add freezeframes video filter
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index b029905ed4..03b6ce650a 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 70
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 71
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \