summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-12-24 16:19:29 +0100
committerStefano Sabatini <stefasab@gmail.com>2014-12-24 16:29:18 +0100
commita51c78c65d596a6473a8f08e925a35249944e449 (patch)
treeb72bbaae73c1fe8500b6d5292b3570718ad961ab /libavfilter/vf_mp.c
parentbdc4db0ee356cd318260e817de9a9930eaf9954f (diff)
downloadffmpeg-streaming-a51c78c65d596a6473a8f08e925a35249944e449.zip
ffmpeg-streaming-a51c78c65d596a6473a8f08e925a35249944e449.tar.gz
lavfi/mp: drop mp=fspp filter
It has been ported to libavfilter.
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 7a90ec4..0d30d1a 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -127,7 +127,6 @@ 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_fspp;
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;
@@ -135,7 +134,6 @@ 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_fspp,
&ff_vf_info_ilpack,
&ff_vf_info_pp7,
&ff_vf_info_softpulldown,
OpenPOWER on IntegriCloud