]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_maskfun.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_maskfun.c
index 55a4c57c9d828fc5126e0b0b6a2cf6747be03c39..0f3e3545b3bd6f45ee996e9b35f3ef6c3339e63a 100644 (file)
@@ -309,7 +309,7 @@ static const AVFilterPad maskfun_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_maskfun = {
+const AVFilter ff_vf_maskfun = {
     .name          = "maskfun",
     .description   = NULL_IF_CONFIG_SMALL("Create Mask."),
     .priv_size     = sizeof(MaskFunContext),