diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-10 18:58:49 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-17 18:05:41 +0200 |
commit | b157be1f383e55f86324dae11e90a7b59173eec1 (patch) | |
tree | 591d3211b0e35615fcac514b826ff5eb782fe371 /libavfilter/avfilter.h | |
parent | ce6b6ef645f6ac17f78e937837fe8f37a1b2beaf (diff) | |
download | ffmpeg-b157be1f383e55f86324dae11e90a7b59173eec1.tar.gz |
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.h | 2 |
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, \ |