X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_overlay_cuda.c;h=b91ac9a713e339538b346a2953a4f8d8efe3d4aa;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=34241c8e1b5c336e9f504555f4be4d383b049efc;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_overlay_cuda.c b/libavfilter/vf_overlay_cuda.c index 34241c8e1b5..b91ac9a713e 100644 --- a/libavfilter/vf_overlay_cuda.c +++ b/libavfilter/vf_overlay_cuda.c @@ -435,7 +435,7 @@ static const AVFilterPad overlay_cuda_outputs[] = { { NULL } }; -AVFilter ff_vf_overlay_cuda = { +const AVFilter ff_vf_overlay_cuda = { .name = "overlay_cuda", .description = NULL_IF_CONFIG_SMALL("Overlay one video on top of another using CUDA"), .priv_size = sizeof(OverlayCUDAContext),