summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-13 00:09:47 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-04-13 00:14:06 +0200
commit5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4 (patch)
tree67959cf74fb4cd889fd3c9c65f9bd2376039bd88 /libavfilter/vf_mp.c
parentb7a7830dd41fa68c1b1143f4d94501f4648fa373 (diff)
lavfi/mp: remove 2xsai wrapped filter
It 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 4e053d787c..0635c13a8e 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -121,7 +121,6 @@ static const struct {
//copied from vf.c
extern const vf_info_t vf_info_1bpp;
-extern const vf_info_t vf_info_2xsai;
extern const vf_info_t vf_info_ass;
extern const vf_info_t vf_info_bmovl;
extern const vf_info_t vf_info_crop;
@@ -192,7 +191,6 @@ extern const vf_info_t vf_info_zrmjpeg;
static const vf_info_t* const filters[]={
- &vf_info_2xsai,
&vf_info_decimate,
&vf_info_denoise3d,
&vf_info_detc,