Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-13 12:57:42 +0300
committerPaul B Mahol <onemda@gmail.com>2017-11-17 22:34:04 +0300
commit5d7c76566cdd0544a4bda59b520be22bd7ad7f30 (patch)
tree4f9cb27265bcde28bb480e7dd22d7da42e2b10c6 /libavfilter/version.h
parent80bb81a8f34729443bdbcdb3bc2c89c221291fe6 (diff)
avfilter: add multiband compand filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 908dc4938a..33d9ad7bc7 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 0
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 1
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \