diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-13 00:09:47 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-13 00:14:06 +0200 |
commit | 5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4 (patch) | |
tree | 67959cf74fb4cd889fd3c9c65f9bd2376039bd88 /libavfilter/vf_mp.c | |
parent | b7a7830dd41fa68c1b1143f4d94501f4648fa373 (diff) | |
download | ffmpeg-5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4.tar.gz |
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.c | 2 |
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, |