]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_random.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_random.c
index e73a224cd8cd2dd279718c0b5d9da66afe3cdf2c..5e4c30a3b5f50687b436564bfa2dd9a1ab7f156f 100644 (file)
@@ -139,7 +139,7 @@ static const AVFilterPad random_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_random = {
+const AVFilter ff_vf_random = {
     .name        = "random",
     .description = NULL_IF_CONFIG_SMALL("Return random frames."),
     .priv_size   = sizeof(RandomContext),