diff options
author | Baptiste Coudurier <baptiste.coudurier@smartjog.com> | 2010-12-04 13:03:42 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 13:03:42 +0000 |
commit | a4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f (patch) | |
tree | 05f8e9fb6ea25e2715ccff5e3bc5d61c74287a16 /libavfilter/allfilters.c | |
parent | bb4afa13dd3264832bc379bbfefe1db8cf4f0e40 (diff) | |
download | ffmpeg-a4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f.tar.gz |
Port libmpcodecs hqdn3d filter.
Patch by Baptiste with some fixes by me.
Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 4ecb00eb21..8ce4f1b168 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -48,6 +48,7 @@ void avfilter_register_all(void) REGISTER_FILTER (FORMAT, format, vf); REGISTER_FILTER (FREI0R, frei0r, vf); REGISTER_FILTER (HFLIP, hflip, vf); + REGISTER_FILTER (HQDN3D, hqdn3d, vf); REGISTER_FILTER (NOFORMAT, noformat, vf); REGISTER_FILTER (NULL, null, vf); REGISTER_FILTER (OCV_SMOOTH, ocv_smooth, vf); |