From bb6c67bb36b136de10256f0999128df4a42f9ffc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 27 Nov 2012 10:41:22 +0100 Subject: 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. --- libavfilter/allfilters.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/allfilters.c') 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); -- cgit v1.2.3