lavfi: generic hardware surface upload and download filters
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
551c6775ab
commit
07a844f32e
@ -82,6 +82,8 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(GRADFUN, gradfun, vf);
|
||||
REGISTER_FILTER(HFLIP, hflip, vf);
|
||||
REGISTER_FILTER(HQDN3D, hqdn3d, vf);
|
||||
REGISTER_FILTER(HWDOWNLOAD, hwdownload, vf);
|
||||
REGISTER_FILTER(HWUPLOAD, hwupload, vf);
|
||||
REGISTER_FILTER(HWUPLOAD_CUDA, hwupload_cuda, vf);
|
||||
REGISTER_FILTER(INTERLACE, interlace, vf);
|
||||
REGISTER_FILTER(LUT, lut, vf);
|
||||
|
Reference in New Issue
Block a user