summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-15 14:26:07 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-02-17 11:48:37 +0100
commit8c85a9f046fbf44dac5c87924cd3c8921acf1cf9 (patch)
treed38270059452ed17e837c1000cf1a1a6f7421b0e /libavfilter/vf_mp.c
parent89505f2c3f8ee1b0b68fc220a226c8bf3cef24cd (diff)
lavfi/mp: drop mp=unsharp filter
The native filter is equivalent from the point of view of the features and of performances.
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 263a35b714..988c0d71e2 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -149,7 +149,6 @@ extern const vf_info_t ff_vf_info_spp;
extern const vf_info_t ff_vf_info_stereo3d;
extern const vf_info_t ff_vf_info_telecine;
extern const vf_info_t ff_vf_info_tinterlace;
-extern const vf_info_t ff_vf_info_unsharp;
extern const vf_info_t ff_vf_info_uspp;
@@ -181,7 +180,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_stereo3d,
&ff_vf_info_telecine,
&ff_vf_info_tinterlace,
- &ff_vf_info_unsharp,
&ff_vf_info_uspp,
NULL