]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_showinfo.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_showinfo.c
index 2529cb28511baa9229857df50fce974bb22279df..5e1c4dc2e366adead8a9647c80dee08d41817ff8 100644 (file)
@@ -602,7 +602,7 @@ static const AVFilterPad avfilter_vf_showinfo_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_showinfo = {
+const AVFilter ff_vf_showinfo = {
     .name        = "showinfo",
     .description = NULL_IF_CONFIG_SMALL("Show textual information for each video frame."),
     .inputs      = avfilter_vf_showinfo_inputs,