mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavfi: add colorkey_opencl filter
This is a direct port of the CPU filter. Signed-off-by: Jarek Samic <cldfire3@gmail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
parent
782ae68a11
commit
1c46ab4815
7 changed files with 331 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#define AVFILTER_OPENCL_SOURCE_H
|
||||
|
||||
extern const char *ff_opencl_source_avgblur;
|
||||
extern const char *ff_opencl_source_colorkey;
|
||||
extern const char *ff_opencl_source_colorspace_common;
|
||||
extern const char *ff_opencl_source_convolution;
|
||||
extern const char *ff_opencl_source_neighbor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue