]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_pullup.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_pullup.c
index fa76caad0353191f885a22906303e0bb0984666e..00d3a8dc51a6e429238c5d5996554e0fb22d3baa 100644 (file)
@@ -764,7 +764,7 @@ static const AVFilterPad pullup_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_pullup = {
+const AVFilter ff_vf_pullup = {
     .name          = "pullup",
     .description   = NULL_IF_CONFIG_SMALL("Pullup from field sequence to frames."),
     .priv_size     = sizeof(PullupContext),