diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-07 02:06:25 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-17 19:08:30 +0200 |
commit | d763fb7d47fdbd107ea65cdf511f2f21558f6610 (patch) | |
tree | a457c93b1fe72d53982d0a4f1bfcd955f1deb54b /libavfilter/avfilter.h | |
parent | 0e7efb9d23c3641d50caa288818e8c27647ce74d (diff) | |
download | ffmpeg-d763fb7d47fdbd107ea65cdf511f2f21558f6610.tar.gz |
lavfi: add select filter
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 3fcc8471e1..b9af1c4773 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 6 +#define LIBAVFILTER_VERSION_MINOR 7 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |