summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-06-05 00:06:23 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-06-05 00:06:51 +0200
commit449558d34a243e30b648f8ba0f878e7278c49c4a (patch)
treed75fd71abd67a6e7d3c85f6de3afedac60f5695d /libavfilter/vf_mp.c
parent841df7bf865cc200e422ba7136a6a47a3e5ddc63 (diff)
lavfi/mp: remove mp=sab
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 167fb0b0ca..6821a874d0 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -134,7 +134,6 @@ 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_pullup;
extern const vf_info_t ff_vf_info_qp;
-extern const vf_info_t ff_vf_info_sab;
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_pp7,
&ff_vf_info_pullup,
&ff_vf_info_qp,
- &ff_vf_info_sab,
&ff_vf_info_softpulldown,
&ff_vf_info_spp,
&ff_vf_info_uspp,