]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tonemap_opencl.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_tonemap_opencl.c
index 2681ebd1b54043671774fc5e5ab1be00c8db9448..e85b3bb3ba286993453563d259cc8e9df0fca34d 100644 (file)
@@ -540,7 +540,7 @@ static const AVFilterPad tonemap_opencl_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_tonemap_opencl = {
+const AVFilter ff_vf_tonemap_opencl = {
     .name           = "tonemap_opencl",
     .description    = NULL_IF_CONFIG_SMALL("Perform HDR to SDR conversion with tonemapping."),
     .priv_size      = sizeof(TonemapOpenCLContext),