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:
authorArwa Arif <arwaarif1994@gmail.com>2015-01-09 22:51:14 +0300
committerStefano Sabatini <stefasab@gmail.com>2015-01-13 15:13:04 +0300
commit8c7e512ad9f818926d582e4de32b41e763834722 (patch)
tree68348fb3d0a76273bdf8de92acdb93a04b77f2d0 /libavfilter/vf_mp.c
parent57ede2a5070f42fde19175ef666b63b101bcd983 (diff)
lavfi: remove mp=pp7
The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini <stefasab@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 0d30d1a4f9..4e6c858a56 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -128,14 +128,12 @@ static const struct {
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_ilpack;
-extern const vf_info_t ff_vf_info_pp7;
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_ilpack,
- &ff_vf_info_pp7,
&ff_vf_info_softpulldown,
NULL
};