summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <[email protected]>2011-07-09 18:23:02 +0200
committerStefano Sabatini <[email protected]>2011-07-15 01:06:00 +0200
commit4bd28579e51a358fc6d26040c4ccd6aefb5a90ef (patch)
tree0684e0127aae6f4c7656487fd16b8db8594ad2a8 /libavfilter/avfilter.h
parent8bc3a4807e2da36f458e7784c3d390dbd19899a5 (diff)
vf_mp: remove boxblur wrapper
It is natively included in libavfilter.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 3e1acea542..7e4dfd8df4 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 25
-#define LIBAVFILTER_VERSION_MICRO 0
+#define LIBAVFILTER_VERSION_MICRO 1
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \