Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2015-01-26 12:29:21 +0300
committerStefano Sabatini <stefasab@gmail.com>2015-01-26 13:09:02 +0300
commit0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145 (patch)
tree20a87d139bc6c62ea5e9e80f2cf17353554e905d /libavfilter/vf_mp.c
parent7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c (diff)
lavfi/mp: drop mp=eq and mp=eq2
mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index afacf26822..2cca04808f 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -125,13 +125,9 @@ static const struct {
{0, AV_PIX_FMT_NONE}
};
-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_softpulldown;
static const vf_info_t* const filters[]={
- &ff_vf_info_eq2,
- &ff_vf_info_eq,
&ff_vf_info_softpulldown,
NULL
};