From 768c47ec371331970b4859d1e15e5f355fa73568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 21 Dec 2012 22:13:25 +0100 Subject: lavfi: remove mp=pp filter. Native pp filter is available. postproc dependency is also dropped from mp wrapper since it was the only filter needing that dependency. --- 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 35195e0476..772be343d0 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -143,7 +143,6 @@ extern const vf_info_t ff_vf_info_ow; extern const vf_info_t ff_vf_info_perspective; extern const vf_info_t ff_vf_info_phase; extern const vf_info_t ff_vf_info_pp7; -extern const vf_info_t ff_vf_info_pp; extern const vf_info_t ff_vf_info_pullup; extern const vf_info_t ff_vf_info_qp; extern const vf_info_t ff_vf_info_sab; @@ -178,7 +177,6 @@ static const vf_info_t* const filters[]={ &ff_vf_info_ow, &ff_vf_info_perspective, &ff_vf_info_phase, - &ff_vf_info_pp, &ff_vf_info_pp7, &ff_vf_info_pullup, &ff_vf_info_qp, -- cgit v1.2.3