summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorArwa Arif <arwaarif1994@gmail.com>2015-01-10 01:21:14 +0530
committerStefano Sabatini <stefasab@gmail.com>2015-01-13 13:13:04 +0100
commit8c7e512ad9f818926d582e4de32b41e763834722 (patch)
tree68348fb3d0a76273bdf8de92acdb93a04b77f2d0 /libavfilter/vf_mp.c
parent57ede2a5070f42fde19175ef666b63b101bcd983 (diff)
downloadffmpeg-streaming-8c7e512ad9f818926d582e4de32b41e763834722.zip
ffmpeg-streaming-8c7e512ad9f818926d582e4de32b41e763834722.tar.gz
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 0d30d1a..4e6c858 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
};
OpenPOWER on IntegriCloud