X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_overlay_opencl.c;h=8547bae2787d8e2fb2c86180af7e9be455e0ff9b;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=e9c853203b4a00de2bea15348068bd3f39b08453;hpb=fb4a12cda4033f2f3d3d1039739f6e0e6f9afb82;p=ffmpeg diff --git a/libavfilter/vf_overlay_opencl.c b/libavfilter/vf_overlay_opencl.c index e9c853203b4..8547bae2787 100644 --- a/libavfilter/vf_overlay_opencl.c +++ b/libavfilter/vf_overlay_opencl.c @@ -313,7 +313,7 @@ static const AVFilterPad overlay_opencl_outputs[] = { { NULL } }; -AVFilter ff_vf_overlay_opencl = { +const AVFilter ff_vf_overlay_opencl = { .name = "overlay_opencl", .description = NULL_IF_CONFIG_SMALL("Overlay one video on top of another"), .priv_size = sizeof(OverlayOpenCLContext),