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:
authorClément Bœsch <ubitux@gmail.com>2013-05-16 02:44:37 +0400
committerClément Bœsch <ubitux@gmail.com>2013-05-16 02:45:45 +0400
commitd686517ad113e72b9e434b35598a4a8480d79307 (patch)
tree23803355056f810480da2b16860dd10629320d48 /libavfilter/version.h
parentb1e84efa3d6aaa51306c6a96848735f798bc5096 (diff)
lavfi/mp: remove mp=ow wrapper.
Filter ported natively as owdenoise.
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 746db82377..19e2389db2 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 68
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \