summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-08-16 01:22:59 +0200
committerClément Bœsch <u@pkh.me>2015-08-29 14:57:52 +0200
commitb48d8fa3ac38849eab53cf586467481b256b3a99 (patch)
tree69b0d1f1f515d1228eae8741622d9828e8f2a304 /libavfilter/allfilters.c
parent8323d9b8afbc0755120cbded0e0259b2ba23977c (diff)
downloadffmpeg-streaming-b48d8fa3ac38849eab53cf586467481b256b3a99.zip
ffmpeg-streaming-b48d8fa3ac38849eab53cf586467481b256b3a99.tar.gz
avfilter: add allrgb
Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Clément Bœsch <u@pkh.me>
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 9068e83..b7b3807 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -256,6 +256,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(ZMQ, zmq, vf);
REGISTER_FILTER(ZOOMPAN, zoompan, vf);
+ REGISTER_FILTER(ALLRGB, allrgb, vsrc);
REGISTER_FILTER(ALLYUV, allyuv, vsrc);
REGISTER_FILTER(CELLAUTO, cellauto, vsrc);
REGISTER_FILTER(COLOR, color, vsrc);
OpenPOWER on IntegriCloud