]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_floodfill.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_floodfill.c
index 11c614a089fd882de4caef7f0f0919c14078c54d..3b17b04c61cb0cd32577a45b1183bdba592eae80 100644 (file)
@@ -420,7 +420,7 @@ static const AVOption floodfill_options[] = {
 
 AVFILTER_DEFINE_CLASS(floodfill);
 
-AVFilter ff_vf_floodfill = {
+const AVFilter ff_vf_floodfill = {
     .name          = "floodfill",
     .description   = NULL_IF_CONFIG_SMALL("Fill area with same color with another color."),
     .priv_size     = sizeof(FloodfillContext),