summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-10-31 19:02:57 +0100
committerClément Bœsch <ubitux@gmail.com>2012-10-31 19:28:02 +0100
commitf53112b665828fa2c2a99e4233b0d9a66e807ff6 (patch)
treecab03979708913f00e137e6b2bf15857e94ae753 /libavfilter/vf_mp.c
parentadc39b28a5264591b9f8e5838a752c3d547e8110 (diff)
lavfi: remove hqdn3d libmpcodecs wrapper.
The native filter was ported from the MPlayer project when the mp wrapper didn't even exist, and when mp=hqdn3d was added, it was already obsolete.
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 fddba3b2a2..93d27ec233 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -146,7 +146,6 @@ extern const vf_info_t vf_info_fspp;
extern const vf_info_t vf_info_geq;
extern const vf_info_t vf_info_halfpack;
extern const vf_info_t vf_info_harddup;
-extern const vf_info_t vf_info_hqdn3d;
extern const vf_info_t vf_info_il;
extern const vf_info_t vf_info_ilpack;
extern const vf_info_t vf_info_ivtc;
@@ -196,7 +195,6 @@ static const vf_info_t* const filters[]={
&vf_info_fspp,
&vf_info_geq,
&vf_info_harddup,
- &vf_info_hqdn3d,
&vf_info_il,
&vf_info_ilpack,
&vf_info_ivtc,