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