summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-05 23:44:54 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-08 20:57:59 +0000
commit9dc88ac3676e2dd2e2940fb3606c76a69452bf1d (patch)
treefd81687aa8458b4a1ae17001521c9acfb347c907 /libavfilter/vf_mp.c
parent69342444145045bd52dca9298a1dd053f0164dde (diff)
lavfi: remove noise libmpcodecs wrapper
Native filter have reached similar performance. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index d992a104c0..37aaf4e947 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -134,7 +134,6 @@ extern const vf_info_t ff_vf_info_fspp;
extern const vf_info_t ff_vf_info_ilpack;
extern const vf_info_t ff_vf_info_ivtc;
extern const vf_info_t ff_vf_info_mcdeint;
-extern const vf_info_t ff_vf_info_noise;
extern const vf_info_t ff_vf_info_ow;
extern const vf_info_t ff_vf_info_perspective;
extern const vf_info_t ff_vf_info_phase;
@@ -162,7 +161,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_ilpack,
&ff_vf_info_ivtc,
&ff_vf_info_mcdeint,
- &ff_vf_info_noise,
&ff_vf_info_ow,
&ff_vf_info_perspective,
&ff_vf_info_phase,