summaryrefslogtreecommitdiff
path: root/libavfilter/vf_nlmeans_opencl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_nlmeans_opencl.c')
-rw-r--r--libavfilter/vf_nlmeans_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_nlmeans_opencl.c b/libavfilter/vf_nlmeans_opencl.c
index e57b5e0873..0f16b2fe49 100644
--- a/libavfilter/vf_nlmeans_opencl.c
+++ b/libavfilter/vf_nlmeans_opencl.c
@@ -429,7 +429,7 @@ static const AVFilterPad nlmeans_opencl_outputs[] = {
{ NULL }
};
-AVFilter ff_vf_nlmeans_opencl = {
+const AVFilter ff_vf_nlmeans_opencl = {
.name = "nlmeans_opencl",
.description = NULL_IF_CONFIG_SMALL("Non-local means denoiser through OpenCL"),
.priv_size = sizeof(NLMeansOpenCLContext),