]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_nlmeans_opencl.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_nlmeans_opencl.c
index e57b5e0873444fc8587243aedd252bc32a68bfca..0f16b2fe496d38bfbc78964512099989135b856e 100644 (file)
@@ -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),