From b157be1f383e55f86324dae11e90a7b59173eec1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 10 Aug 2011 18:58:49 +0200 Subject: lavfi: port libmpcodecs delogo filter The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 4ed8ed9..72b5dfa 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, \ -- cgit v1.1