aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2015-01-15 11:39:06 +0100
committerClément Bœsch <clement@stupeflix.com>2015-01-15 16:36:13 +0100
commitf5326039938ca0599265462aed529fa10db5074f (patch)
tree72116f8a3b1cee176c3a22f7a1f53c60effa9708 /libavfilter/allfilters.c
parent72c61c272c527ff4744d2b69253bf3f70d6a20f2 (diff)
downloadffmpeg-f5326039938ca0599265462aed529fa10db5074f.tar.gz
avfilter: add showpalette 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 b19da616b0..028e3ea2d2 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -196,6 +196,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(SETSAR, setsar, vf);
REGISTER_FILTER(SETTB, settb, vf);
REGISTER_FILTER(SHOWINFO, showinfo, vf);
+ REGISTER_FILTER(SHOWPALETTE, showpalette, vf);
REGISTER_FILTER(SHUFFLEPLANES, shuffleplanes, vf);
REGISTER_FILTER(SIGNALSTATS, signalstats, vf);
REGISTER_FILTER(SMARTBLUR, smartblur, vf);