diff options
author | Clément Bœsch <u@pkh.me> | 2015-01-24 21:38:15 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-02-14 20:48:50 +0100 |
commit | bab4fcebb112590c1213b59bd7572eb3a36bc83b (patch) | |
tree | d0a0f89d37e9706d2b4a817e1a8e1035f6f5b3cf /libavfilter/allfilters.c | |
parent | 9b964690e39928af616d88b3e8ab47a7db14a538 (diff) | |
download | ffmpeg-bab4fcebb112590c1213b59bd7572eb3a36bc83b.tar.gz |
avfilter: add paletteuse 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 ae75b73079..55de154091 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -176,6 +176,7 @@ void avfilter_register_all(void) REGISTER_FILTER(OWDENOISE, owdenoise, vf); REGISTER_FILTER(PAD, pad, vf); REGISTER_FILTER(PALETTEGEN, palettegen, vf); + REGISTER_FILTER(PALETTEUSE, paletteuse, vf); REGISTER_FILTER(PERMS, perms, vf); REGISTER_FILTER(PERSPECTIVE, perspective, vf); REGISTER_FILTER(PHASE, phase, vf); |