summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorBobby Bingham <uhmmmm@gmail.com>2011-05-21 16:46:11 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-12 08:48:16 +0200
commit615baa13e4a757776681a07432a58edad09b9333 (patch)
tree566aca1e495bddac9c17d535fb21a1c4942d4b11 /libavfilter/avfilter.h
parentee42716b07073549cefabec466a33fad39ed5eb6 (diff)
lavfi: add split filter from soc.
Some fixes by Stefano. For detailed authorship see SOC repo 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 01af7b8e36..3fcc8471e1 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 5
+#define LIBAVFILTER_VERSION_MINOR 6
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \