summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@smartjog.com>2010-12-04 13:03:42 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-04 13:03:42 +0000
commita4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f (patch)
tree05f8e9fb6ea25e2715ccff5e3bc5d61c74287a16 /libavfilter/allfilters.c
parentbb4afa13dd3264832bc379bbfefe1db8cf4f0e40 (diff)
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.c1
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);