summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-05 23:44:54 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-08 20:57:59 +0000
commit9dc88ac3676e2dd2e2940fb3606c76a69452bf1d (patch)
treefd81687aa8458b4a1ae17001521c9acfb347c907 /libavfilter/version.h
parent69342444145045bd52dca9298a1dd053f0164dde (diff)
lavfi: remove noise libmpcodecs wrapper
Native filter have reached similar performance. Signed-off-by: Paul B Mahol <onemda@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 379b9abc6a..5c296cd8d3 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 49
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \