summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-17 11:22:13 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-02-17 11:48:45 +0100
commit7ca2f8b1130bd3db86a6e1bf82493abe25b751dd (patch)
treeeda31f9b5714f2d3ee6d6f01513484c75f4ebe51 /libavfilter/vf_mp.c
parent8c85a9f046fbf44dac5c87924cd3c8921acf1cf9 (diff)
lavfi/mp: drop mp=kerndeint filter
The filter has been natively integrated into libavfilter.
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 988c0d71e2..814b21ac9a 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -134,7 +134,6 @@ extern const vf_info_t ff_vf_info_fspp;
extern const vf_info_t ff_vf_info_harddup;
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_kerndeint;
extern const vf_info_t ff_vf_info_mcdeint;
extern const vf_info_t ff_vf_info_noise;
extern const vf_info_t ff_vf_info_ow;
@@ -165,7 +164,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_harddup,
&ff_vf_info_ilpack,
&ff_vf_info_ivtc,
- &ff_vf_info_kerndeint,
&ff_vf_info_mcdeint,
&ff_vf_info_noise,
&ff_vf_info_ow,