summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-06 15:23:12 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-11 11:22:11 +0000
commit32a7b858c9175b851503dc3fa66440efe2afd3ee (patch)
tree987a9c6a2d7b54f00b55e46222c23e7fef5081d2 /libavfilter/vf_mp.c
parent10b1cc63c2cc2e189f9916e4bd212bf3b98c226e (diff)
lavfi: remove telecine libmpcodecs wrapper
Native, with more features, filter is available. 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 37aaf4e947..b53624fdc9 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -143,7 +143,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_telecine;
extern const vf_info_t ff_vf_info_tinterlace;
extern const vf_info_t ff_vf_info_uspp;
@@ -170,7 +169,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_sab,
&ff_vf_info_softpulldown,
&ff_vf_info_spp,
- &ff_vf_info_telecine,
&ff_vf_info_tinterlace,
&ff_vf_info_uspp,