diff options
author | Nicholas Robbins <nickrobbins@yahoo.com> | 2014-02-14 16:15:44 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-16 17:43:58 +0100 |
commit | b4d308c04f7ad0ae76e32f4521d16e39dee3f521 (patch) | |
tree | 0368ba39755684eebc593e8663559fccff3e5579 /libavfilter/allfilters.c | |
parent | 18f94df8af04f2c02a25a7dec512289feff6517f (diff) | |
download | ffmpeg-b4d308c04f7ad0ae76e32f4521d16e39dee3f521.tar.gz |
lavfi: adding dejudder filter to remove judder produced by partially telecined material.
Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 8e8df7bbc5..d042b64ce3 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -122,6 +122,7 @@ void avfilter_register_all(void) REGISTER_FILTER(CURVES, curves, vf); REGISTER_FILTER(DCTDNOIZ, dctdnoiz, vf); REGISTER_FILTER(DECIMATE, decimate, vf); + REGISTER_FILTER(DEJUDDER, dejudder, vf); REGISTER_FILTER(DELOGO, delogo, vf); REGISTER_FILTER(DESHAKE, deshake, vf); REGISTER_FILTER(DRAWBOX, drawbox, vf); |