diff options
author | Clément Bœsch <u@pkh.me> | 2015-01-24 21:37:59 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-02-14 20:48:50 +0100 |
commit | 9b964690e39928af616d88b3e8ab47a7db14a538 (patch) | |
tree | 8c6a154816efa23574258066796e664cf36f13af /libavfilter/allfilters.c | |
parent | 3cab173e232772b63bae9006f6f381231db5b7cd (diff) | |
download | ffmpeg-9b964690e39928af616d88b3e8ab47a7db14a538.tar.gz |
avfilter: add palettegen 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 62d3eb33ce..ae75b73079 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -175,6 +175,7 @@ void avfilter_register_all(void) REGISTER_FILTER(OVERLAY, overlay, vf); REGISTER_FILTER(OWDENOISE, owdenoise, vf); REGISTER_FILTER(PAD, pad, vf); + REGISTER_FILTER(PALETTEGEN, palettegen, vf); REGISTER_FILTER(PERMS, perms, vf); REGISTER_FILTER(PERSPECTIVE, perspective, vf); REGISTER_FILTER(PHASE, phase, vf); |