]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_noise.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_noise.c
index abdf04708b9ea0abd48856d244271e1d3e123683..73e88063e93cd2c730b5a947bfebd66a878d17ad 100644 (file)
@@ -337,7 +337,7 @@ static const AVFilterPad noise_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_noise = {
+const AVFilter ff_vf_noise = {
     .name          = "noise",
     .description   = NULL_IF_CONFIG_SMALL("Add noise."),
     .priv_size     = sizeof(NoiseContext),