X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_tonemap_opencl.c;h=e85b3bb3ba286993453563d259cc8e9df0fca34d;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=2681ebd1b54043671774fc5e5ab1be00c8db9448;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_tonemap_opencl.c b/libavfilter/vf_tonemap_opencl.c index 2681ebd1b54..e85b3bb3ba2 100644 --- a/libavfilter/vf_tonemap_opencl.c +++ b/libavfilter/vf_tonemap_opencl.c @@ -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),