summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-23 15:38:13 +0100
committerAnton Khirnov <anton@khirnov.net>2014-03-05 21:52:02 +0100
commit599b81ca9a8e04a27ddad94af462171d16063167 (patch)
treebe38e7567a20b8b8844555e18a4cbfe51187eaec /libavfilter/allfilters.c
parentbba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb (diff)
lavfi: add shuffleplanes filter
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 e47a22e6d6..ddca153fab 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -98,6 +98,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(SETSAR, setsar, vf);
REGISTER_FILTER(SETTB, settb, vf);
REGISTER_FILTER(SHOWINFO, showinfo, vf);
+ REGISTER_FILTER(SHUFFLEPLANES, shuffleplanes, vf);
REGISTER_FILTER(SPLIT, split, vf);
REGISTER_FILTER(TRANSPOSE, transpose, vf);
REGISTER_FILTER(TRIM, trim, vf);