]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_repeatfields.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_repeatfields.c
index 3ac432b5bc4927a06b031ff12c58c045c68cf7b7..1e2abd3a826e51d3ed4769e214212defffc7303a 100644 (file)
@@ -181,7 +181,7 @@ static const AVFilterPad repeatfields_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_repeatfields = {
+const AVFilter ff_vf_repeatfields = {
     .name          = "repeatfields",
     .description   = NULL_IF_CONFIG_SMALL("Hard repeat fields based on MPEG repeat field flag."),
     .priv_size     = sizeof(RepeatFieldsContext),