mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-10 08:50:03 +01:00
libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
committed by
Timo Rothenpieler
parent
c177108ae1
commit
cc81ab283c
@@ -213,6 +213,7 @@ extern const AVFilter ff_vf_colorlevels;
|
||||
extern const AVFilter ff_vf_colormap;
|
||||
extern const AVFilter ff_vf_colormatrix;
|
||||
extern const AVFilter ff_vf_colorspace;
|
||||
extern const AVFilter ff_vf_colorspace_cuda;
|
||||
extern const AVFilter ff_vf_colortemperature;
|
||||
extern const AVFilter ff_vf_convolution;
|
||||
extern const AVFilter ff_vf_convolution_opencl;
|
||||
|
||||
Reference in New Issue
Block a user