summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-03 22:20:52 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-11 04:28:08 +0100
commitfd3cdcaf5f4d4f21e61491f19742092f855e93ac (patch)
treec84860daca433ca05e14f94be56f45e5f27bce7c /libavfilter/vf_mp.c
parent80e5c51d7324f651d3591a62c11f412596be4240 (diff)
lavfi: remove mp=denoise3d filter.
hqdn3d was meant to be a more efficient denoise3d filter, is supported natively, and is faster on my computer thanks to the ASM optimisations.
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 122cec75b3..35195e0476 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -122,7 +122,6 @@ static const struct {
{0, AV_PIX_FMT_NONE}
};
-extern const vf_info_t ff_vf_info_denoise3d;
extern const vf_info_t ff_vf_info_detc;
extern const vf_info_t ff_vf_info_dint;
extern const vf_info_t ff_vf_info_divtc;
@@ -159,7 +158,6 @@ extern const vf_info_t ff_vf_info_uspp;
static const vf_info_t* const filters[]={
- &ff_vf_info_denoise3d,
&ff_vf_info_detc,
&ff_vf_info_dint,
&ff_vf_info_divtc,