summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-21 22:13:25 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-23 19:03:36 +0100
commit768c47ec371331970b4859d1e15e5f355fa73568 (patch)
tree4684f27bd09151f0c2c3c183b10951eac6d061e5 /libavfilter/version.h
parent9b8de930366d58e6256895c8b5111fd5ef61722c (diff)
lavfi: remove mp=pp filter.
Native pp filter is available. postproc dependency is also dropped from mp wrapper since it was the only filter needing that dependency.
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 a83ddb48ce..7aab1d3356 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 30
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \