X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_floodfill.c;h=3b17b04c61cb0cd32577a45b1183bdba592eae80;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=11c614a089fd882de4caef7f0f0919c14078c54d;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_floodfill.c b/libavfilter/vf_floodfill.c index 11c614a089f..3b17b04c61c 100644 --- a/libavfilter/vf_floodfill.c +++ b/libavfilter/vf_floodfill.c @@ -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),