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:
authorClément Bœsch <ubitux@gmail.com>2012-12-22 01:13:25 +0400
committerClément Bœsch <ubitux@gmail.com>2012-12-23 22:03:36 +0400
commit768c47ec371331970b4859d1e15e5f355fa73568 (patch)
tree4684f27bd09151f0c2c3c183b10951eac6d061e5 /libavfilter/vf_mp.c
parent9b8de930366d58e6256895c8b5111fd5ef61722c (diff)
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.
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 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,