Merge commit 'bb6c67bb36
'
* commit 'bb6c67bb36
':
lavfi: remove vf_slicify
Conflicts:
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/vf_slicify.c
tests/lavfi-regression.sh
tests/ref/lavfi/crop_scale_vflip
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8c1f98d954
6 changed files with 8 additions and 166 deletions
|
@ -124,7 +124,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 (SMARTBLUR, smartblur, vf);
|
||||
REGISTER_FILTER (SPLIT, split, vf);
|
||||
REGISTER_FILTER (SUPER2XSAI, super2xsai, vf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue