summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-10 18:58:49 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-17 18:05:41 +0200
commitb157be1f383e55f86324dae11e90a7b59173eec1 (patch)
tree591d3211b0e35615fcac514b826ff5eb782fe371 /libavfilter/avfilter.h
parentce6b6ef645f6ac17f78e937837fe8f37a1b2beaf (diff)
lavfi: port libmpcodecs delogo filter
The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 4ed8ed9f1d..72b5dfa12b 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -29,7 +29,7 @@
#include "libavutil/rational.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 10
+#define LIBAVFILTER_VERSION_MINOR 11
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \