diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-23 15:38:13 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-03-05 21:52:02 +0100 |
commit | 599b81ca9a8e04a27ddad94af462171d16063167 (patch) | |
tree | be38e7567a20b8b8844555e18a4cbfe51187eaec /libavfilter/allfilters.c | |
parent | bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb (diff) | |
download | ffmpeg-599b81ca9a8e04a27ddad94af462171d16063167.tar.gz |
lavfi: add shuffleplanes filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
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); |