]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_thumbnail_cuda.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_thumbnail_cuda.c
index 0c06815643756647b648793f7d42434e190abb77..aab3ea8cc79e34889030285b3b38e5fddf90a5f5 100644 (file)
@@ -440,7 +440,7 @@ static const AVFilterPad thumbnail_cuda_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_thumbnail_cuda = {
+const AVFilter ff_vf_thumbnail_cuda = {
     .name          = "thumbnail_cuda",
     .description   = NULL_IF_CONFIG_SMALL("Select the most representative frame in a given sequence of consecutive frames."),
     .priv_size     = sizeof(ThumbnailCudaContext),