]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tile.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_tile.c
index 7e421a9721d206e8f7d9d42af4a73d776068d929..11392169e49c3951ec663f314c813869ee7ae846 100644 (file)
@@ -285,7 +285,7 @@ static const AVFilterPad tile_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_tile = {
+const AVFilter ff_vf_tile = {
     .name          = "tile",
     .description   = NULL_IF_CONFIG_SMALL("Tile several successive frames together."),
     .init          = init,