From 0a8bb91505fff7bc3de58e0327807280440f9a24 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 4 Sep 2013 11:43:06 +0000 Subject: lavfi/mp: remove mp=dint There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol --- libavfilter/vf_mp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/vf_mp.c') 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, -- cgit v1.2.3