summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-05-16 00:44:37 +0200
committerClément Bœsch <ubitux@gmail.com>2013-05-16 00:45:45 +0200
commitd686517ad113e72b9e434b35598a4a8480d79307 (patch)
tree23803355056f810480da2b16860dd10629320d48 /libavfilter/vf_mp.c
parentb1e84efa3d6aaa51306c6a96848735f798bc5096 (diff)
lavfi/mp: remove mp=ow wrapper.
Filter ported natively as owdenoise.
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 7ca942cfc5..0f4a113182 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -130,7 +130,6 @@ extern const vf_info_t ff_vf_info_fil;
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_mcdeint;
-extern const vf_info_t ff_vf_info_ow;
extern const vf_info_t ff_vf_info_perspective;
extern const vf_info_t ff_vf_info_phase;
extern const vf_info_t ff_vf_info_pp7;
@@ -150,7 +149,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_fspp,
&ff_vf_info_ilpack,
&ff_vf_info_mcdeint,
- &ff_vf_info_ow,
&ff_vf_info_perspective,
&ff_vf_info_phase,
&ff_vf_info_pp7,