summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-16 14:55:30 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-17 11:51:16 +0000
commitf0a149e53827f158fc0449707940d837c4b1c4af (patch)
tree5e5132394b3b9057ea2965c7638c31b1ea0eb30d /libavfilter/vf_mp.c
parenta5ebd2d987c321e2907b560ac902b345fe5f5aad (diff)
lavfi: remove bad inverse telecine filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 53cdd93d56..4ed88a7676 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -123,17 +123,13 @@ static const struct {
{0, AV_PIX_FMT_NONE}
};
-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;
extern const vf_info_t ff_vf_info_down3dright;
extern const vf_info_t ff_vf_info_eq2;
extern const vf_info_t ff_vf_info_eq;
extern const vf_info_t ff_vf_info_fil;
-//extern const vf_info_t ff_vf_info_filmdint;
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_ow;
extern const vf_info_t ff_vf_info_perspective;
@@ -149,17 +145,13 @@ extern const vf_info_t ff_vf_info_uspp;
static const vf_info_t* const filters[]={
- &ff_vf_info_detc,
&ff_vf_info_dint,
- &ff_vf_info_divtc,
&ff_vf_info_down3dright,
&ff_vf_info_eq2,
&ff_vf_info_eq,
&ff_vf_info_fil,
-// &ff_vf_info_filmdint, cmmx.h vd.h ‘opt_screen_size_x’
&ff_vf_info_fspp,
&ff_vf_info_ilpack,
- &ff_vf_info_ivtc,
&ff_vf_info_mcdeint,
&ff_vf_info_ow,
&ff_vf_info_perspective,