summaryrefslogtreecommitdiff
path: root/libavfilter/vf_floodfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_floodfill.c')
-rw-r--r--libavfilter/vf_floodfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_floodfill.c b/libavfilter/vf_floodfill.c
index 11c614a089..3b17b04c61 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),