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