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.
This commit is contained in:
parent
af7d13ee4a
commit
bb6c67bb36
6 changed files with 4 additions and 164 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue