]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hwupload_cuda.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_hwupload_cuda.c
index afc1b265ed6759262895eada0ac093c69b279be4..138949a5ed648f258a1db527b56400bddf140b6b 100644 (file)
@@ -183,7 +183,7 @@ static const AVFilterPad cudaupload_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_hwupload_cuda = {
+const AVFilter ff_vf_hwupload_cuda = {
     .name        = "hwupload_cuda",
     .description = NULL_IF_CONFIG_SMALL("Upload a system memory frame to a CUDA device."),