diff options
author | Roman Arzumanyan <rarzumanyan@nvidia.com> | 2022-09-10 11:05:56 +0300 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-09-13 22:59:30 +0200 |
commit | cc81ab283c72921a23f7dc149c6a2b386eaf77c6 (patch) | |
tree | 31cd9da00d55a59d453a8d327ce6d0bfbf325fb2 /libavfilter/allfilters.c | |
parent | c177108ae1144fd4e6cedb4a702260dbaa179825 (diff) | |
download | ffmpeg-cc81ab283c72921a23f7dc149c6a2b386eaf77c6.tar.gz |
libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 79e8a16bbc..119de40b25 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -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; |