summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-06-06 06:28:09 +0700
committerMuhammad Faiz <mfcc64@gmail.com>2016-06-07 07:55:48 +0700
commit77d4dfbec69f6697ba8931ffa8833bf9bda96ce6 (patch)
tree630bc83f4b50e14cccce4f841ccc3437b24566e2 /libavfilter/version.h
parente7f658be5747d33e341f03a95e3a27c37c67a34d (diff)
avfilter/af_firequalizer: add zero_phase option
simply by substracting pts to compensate delay also handle AV_NOPTS_VALUE Signed-off-by: Muhammad Faiz <mfcc64@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 d693d6d5ec..cb9b0926a1 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 6
#define LIBAVFILTER_VERSION_MINOR 46
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \