summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorkey_opencl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_colorkey_opencl.c')
-rw-r--r--libavfilter/vf_colorkey_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_colorkey_opencl.c b/libavfilter/vf_colorkey_opencl.c
index a76a1dcb7c..cd312ea53e 100644
--- a/libavfilter/vf_colorkey_opencl.c
+++ b/libavfilter/vf_colorkey_opencl.c
@@ -230,7 +230,7 @@ static const AVOption colorkey_opencl_options[] = {
AVFILTER_DEFINE_CLASS(colorkey_opencl);
-AVFilter ff_vf_colorkey_opencl = {
+const AVFilter ff_vf_colorkey_opencl = {
.name = "colorkey_opencl",
.description = NULL_IF_CONFIG_SMALL("Turns a certain color into transparency. Operates on RGB colors."),
.priv_size = sizeof(ColorkeyOpenCLContext),