summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-29 10:36:08 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-31 16:02:49 +0200
commite64b941dbce5aa5500abdf58c1d2d4e5e13b7b30 (patch)
tree0dc973e59e27c34011093136f9d1524292a81960 /libavfilter/vf_mp.c
parentd7587ba1c62c9212b522112ac996fdb17f715ba2 (diff)
lavfi/mp: remove smartblur filter
It was natively integrated into 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 c27edb2e98..7a4211f2ce 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -170,7 +170,6 @@ extern const vf_info_t vf_info_rectangle;
extern const vf_info_t vf_info_rotate;
extern const vf_info_t vf_info_sab;
extern const vf_info_t vf_info_scale;
-extern const vf_info_t vf_info_smartblur;
extern const vf_info_t vf_info_softpulldown;
extern const vf_info_t vf_info_softskip;
extern const vf_info_t vf_info_spp;
@@ -224,7 +223,6 @@ static const vf_info_t* const filters[]={
&vf_info_rectangle,
&vf_info_rotate,
&vf_info_sab,
- &vf_info_smartblur,
&vf_info_softpulldown,
&vf_info_softskip,
&vf_info_spp,