X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_thumbnail_cuda.c;h=aab3ea8cc79e34889030285b3b38e5fddf90a5f5;hb=f183d6555e714e00b41aec728feb8a731826cbdc;hp=0c06815643756647b648793f7d42434e190abb77;hpb=1c9ac700dd141e545538a824f5a8cb81bb0a375d;p=ffmpeg diff --git a/libavfilter/vf_thumbnail_cuda.c b/libavfilter/vf_thumbnail_cuda.c index 0c068156437..aab3ea8cc79 100644 --- a/libavfilter/vf_thumbnail_cuda.c +++ b/libavfilter/vf_thumbnail_cuda.c @@ -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),