summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-05 20:22:47 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-05 20:22:47 +0000
commitd2e237338db280ffcdc6ea6f290c58a3b055ba35 (patch)
tree7b5858fd8f725d34bc88f8ca3e4584e1c1d343df /libavfilter/vf_mp.c
parent0a8bb91505fff7bc3de58e0327807280440f9a24 (diff)
lavfi/mp: remove mp=fil
The filter does not work correctly most of time. 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 e0d0c65fd6..e14fae2910 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -125,7 +125,6 @@ static const struct {
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_fspp;
extern const vf_info_t ff_vf_info_ilpack;
extern const vf_info_t ff_vf_info_pp7;
@@ -138,7 +137,6 @@ extern const vf_info_t ff_vf_info_uspp;
static const vf_info_t* const filters[]={
&ff_vf_info_eq2,
&ff_vf_info_eq,
- &ff_vf_info_fil,
&ff_vf_info_fspp,
&ff_vf_info_ilpack,
&ff_vf_info_pp7,