]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_yadif_cuda.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_yadif_cuda.c
index 3841c5f0d4af91542dbe54b6d23fa2e2645dfe40..4e41c8b5546ddd69b8f1cd1ff6c7b3670cd1014e 100644 (file)
@@ -373,7 +373,7 @@ static const AVFilterPad deint_cuda_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_yadif_cuda = {
+const AVFilter ff_vf_yadif_cuda = {
     .name           = "yadif_cuda",
     .description    = NULL_IF_CONFIG_SMALL("Deinterlace CUDA frames"),
     .priv_size      = sizeof(DeintCUDAContext),