diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-11-27 10:41:22 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-11-28 08:44:01 +0100 |
commit | bb6c67bb36b136de10256f0999128df4a42f9ffc (patch) | |
tree | 8fa03b84191dab1e13b9ce0f1b0c1a2e6e431616 /libavfilter/allfilters.c | |
parent | af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1 (diff) | |
download | ffmpeg-bb6c67bb36b136de10256f0999128df4a42f9ffc.tar.gz |
lavfi: remove vf_slicify
The following commit will make it useless.
The crop_scale_vflip FATE test changes because of off-by-one differences
in output when vflipped slices are passed to sws.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index e7599315a7..d7a7b07faf 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -85,7 +85,6 @@ void avfilter_register_all(void) REGISTER_FILTER (SETSAR, setsar, vf); REGISTER_FILTER (SETTB, settb, vf); REGISTER_FILTER (SHOWINFO, showinfo, vf); - REGISTER_FILTER (SLICIFY, slicify, vf); REGISTER_FILTER (SPLIT, split, vf); REGISTER_FILTER (TRANSPOSE, transpose, vf); REGISTER_FILTER (UNSHARP, unsharp, vf); |