]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_untile.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_untile.c
index 154b92d08c433144cff1867503ee4e44cfed5f76..9035e819d4564ca39fbf696a7c9f600c7cd9b4c3 100644 (file)
@@ -184,7 +184,7 @@ static const AVFilterPad untile_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_untile = {
+const AVFilter ff_vf_untile = {
     .name          = "untile",
     .description   = NULL_IF_CONFIG_SMALL("Untile a frame into a sequence of frames."),
     .init          = init,