]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_vfrdet.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_vfrdet.c
index abfa19cdcdedc2475cab70b27ee933776454c1e3..7e37036aef8c87875f6d366109914d92abce7d15 100644 (file)
@@ -104,7 +104,7 @@ static const AVFilterPad vfrdet_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_vfrdet = {
+const AVFilter ff_vf_vfrdet = {
     .name        = "vfrdet",
     .description = NULL_IF_CONFIG_SMALL("Variable frame rate detect filter."),
     .priv_size   = sizeof(VFRDETContext),