summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-28 13:13:26 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-04-28 13:16:40 +0200
commit04001767728fd4ed8b4f9d2ebbb9f9a8c9a7be0d (patch)
treef1bc779d178e867b69d47c92b664775b1c18d1e2 /libavfilter/vf_mp.c
parent75070d9fa0b2b6951dbdbca5dca7182a9b487e72 (diff)
lavfi/mp: remove mp=tinterlace wrapper
From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
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 ccab7c8195..f68904170a 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -139,7 +139,6 @@ extern const vf_info_t ff_vf_info_qp;
extern const vf_info_t ff_vf_info_sab;
extern const vf_info_t ff_vf_info_softpulldown;
extern const vf_info_t ff_vf_info_spp;
-extern const vf_info_t ff_vf_info_tinterlace;
extern const vf_info_t ff_vf_info_uspp;
@@ -160,7 +159,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_sab,
&ff_vf_info_softpulldown,
&ff_vf_info_spp,
- &ff_vf_info_tinterlace,
&ff_vf_info_uspp,
NULL