summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
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/allfilters.c
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/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index e1b9333155..11e9d7d052 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -67,6 +67,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (SETTB, settb, vf);
REGISTER_FILTER (SHOWINFO, showinfo, vf);
REGISTER_FILTER (SLICIFY, slicify, vf);
+ REGISTER_FILTER (SPLIT, split, vf);
REGISTER_FILTER (TRANSPOSE, transpose, vf);
REGISTER_FILTER (UNSHARP, unsharp, vf);
REGISTER_FILTER (VFLIP, vflip, vf);