X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_thumbnail.c;h=825e536e67a18ab0575e858a556dc94c94fa8e1f;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=e49b70c3b385b09bf857c69d9261e718a9cd3bde;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_thumbnail.c b/libavfilter/vf_thumbnail.c index e49b70c3b38..825e536e67a 100644 --- a/libavfilter/vf_thumbnail.c +++ b/libavfilter/vf_thumbnail.c @@ -287,7 +287,7 @@ static const AVFilterPad thumbnail_outputs[] = { { NULL } }; -AVFilter ff_vf_thumbnail = { +const AVFilter ff_vf_thumbnail = { .name = "thumbnail", .description = NULL_IF_CONFIG_SMALL("Select the most representative frame in a given sequence of consecutive frames."), .priv_size = sizeof(ThumbContext),