Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarek Samic <cldfire3@gmail.com>2019-04-17 05:08:49 +0300
committerMark Thompson <sw@jkqxz.net>2019-04-20 18:32:34 +0300
commit1c46ab4815f8b32512ae5fa4fd9dc95fecd2a05d (patch)
treec0c4d2cb142d11af57766124af8e6a6f9638228d /libavfilter/allfilters.c
parent782ae68a117f0c3611617c28eb6f5f4b9a599cfd (diff)
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>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index ddac15aa6e..69ca204c10 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -165,6 +165,7 @@ extern AVFilter ff_vf_codecview;
extern AVFilter ff_vf_colorbalance;
extern AVFilter ff_vf_colorchannelmixer;
extern AVFilter ff_vf_colorkey;
+extern AVFilter ff_vf_colorkey_opencl;
extern AVFilter ff_vf_colorlevels;
extern AVFilter ff_vf_colormatrix;
extern AVFilter ff_vf_colorspace;