diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-24 15:28:53 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-15 00:54:00 +0200 |
commit | 7b43120c7c1e56a5f1d3d9165134ee4aac253f0d (patch) | |
tree | ea3f0f29d39e4599e5d1bb598b5319d610223cb9 /libavfilter/allfilters.c | |
parent | 48de04f4ec08140c129c0f7ae721bb5aa0d17aca (diff) | |
download | ffmpeg-7b43120c7c1e56a5f1d3d9165134ee4aac253f0d.tar.gz |
lavfi: add dctdnoiz 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 19d73a5036..79a76756ca 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -114,6 +114,7 @@ void avfilter_register_all(void) REGISTER_FILTER(CROP, crop, vf); REGISTER_FILTER(CROPDETECT, cropdetect, vf); REGISTER_FILTER(CURVES, curves, vf); + REGISTER_FILTER(DCTDNOIZ, dctdnoiz, vf); REGISTER_FILTER(DECIMATE, decimate, vf); REGISTER_FILTER(DELOGO, delogo, vf); REGISTER_FILTER(DESHAKE, deshake, vf); |