diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-05 23:44:54 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-08 20:57:59 +0000 |
commit | 9dc88ac3676e2dd2e2940fb3606c76a69452bf1d (patch) | |
tree | fd81687aa8458b4a1ae17001521c9acfb347c907 /libavfilter/vf_mp.c | |
parent | 69342444145045bd52dca9298a1dd053f0164dde (diff) | |
download | ffmpeg-streaming-9dc88ac3676e2dd2e2940fb3606c76a69452bf1d.zip ffmpeg-streaming-9dc88ac3676e2dd2e2940fb3606c76a69452bf1d.tar.gz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index d992a10..37aaf4e 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, |