]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_thumbnail.c
Merge commit 'eb5920c195d1b0bda81782af4ba0c5982f5225b3'
[ffmpeg] / libavfilter / vf_thumbnail.c
index d3c60df27a01baf24b2c90378fe3f7e9ae9728f7..1883154378c3cc4f24d80038900c3e1503779109 100644 (file)
@@ -226,7 +226,7 @@ static const AVFilterPad thumbnail_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_thumbnail = {
+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),