X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_unsharp_opencl.c;h=200350de9f2677ea65a9b5ca69137a88f22409be;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=d76d1b1733d6eefb96c67fdb71ea7ed3bfc1be73;hpb=47e12966b75490cfa5fb8ed65a48a9a3d84a7bce;p=ffmpeg diff --git a/libavfilter/vf_unsharp_opencl.c b/libavfilter/vf_unsharp_opencl.c index d76d1b1733d..200350de9f2 100644 --- a/libavfilter/vf_unsharp_opencl.c +++ b/libavfilter/vf_unsharp_opencl.c @@ -398,7 +398,7 @@ static const AVFilterPad unsharp_opencl_outputs[] = { { NULL } }; -AVFilter ff_vf_unsharp_opencl = { +const AVFilter ff_vf_unsharp_opencl = { .name = "unsharp_opencl", .description = NULL_IF_CONFIG_SMALL("Apply unsharp mask to input video"), .priv_size = sizeof(UnsharpOpenCLContext),