summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-06-14 01:09:11 +0200
committerClément Bœsch <ubitux@gmail.com>2013-06-14 01:27:22 +0200
commit852f74bd859da374898d865502576bd5e7a75f48 (patch)
tree73819f3a839e6dff3fc2245b85e69cd1854368a3 /libavfilter/vf_mp.c
parenta2c547ffecb11ccfe515e1e50b631aa3b15a3ae8 (diff)
lavfi/mp: remove mp=spp.
The filter was ported to a native libavfilter filter.
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 6821a874d0..3cf22f8bab 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -135,7 +135,6 @@ extern const vf_info_t ff_vf_info_pp7;
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_softpulldown;
-extern const vf_info_t ff_vf_info_spp;
extern const vf_info_t ff_vf_info_uspp;
@@ -152,7 +151,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_pullup,
&ff_vf_info_qp,
&ff_vf_info_softpulldown,
- &ff_vf_info_spp,
&ff_vf_info_uspp,
NULL