summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-04 11:43:06 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-05 20:03:36 +0000
commit0a8bb91505fff7bc3de58e0327807280440f9a24 (patch)
tree28ca96e2607eb476689dbfbc9ca46653f9c1abdd /libavfilter/vf_mp.c
parent59b9ecc92a6209ac4f2d9844f3c1b9fec8f193e2 (diff)
lavfi/mp: remove mp=dint
There are better and actually maintained filters that have similar functionality. 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 5384bf41ae..e0d0c65fd6 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -123,7 +123,6 @@ static const struct {
{0, AV_PIX_FMT_NONE}
};
-extern const vf_info_t ff_vf_info_dint;
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;
@@ -137,7 +136,6 @@ extern const vf_info_t ff_vf_info_uspp;
static const vf_info_t* const filters[]={
- &ff_vf_info_dint,
&ff_vf_info_eq2,
&ff_vf_info_eq,
&ff_vf_info_fil,