X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_noise.c;h=73e88063e93cd2c730b5a947bfebd66a878d17ad;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=abdf04708b9ea0abd48856d244271e1d3e123683;hpb=1b98bfb932ad36667ea7f18e24c54978623f6654;p=ffmpeg diff --git a/libavfilter/vf_noise.c b/libavfilter/vf_noise.c index abdf04708b9..73e88063e93 100644 --- a/libavfilter/vf_noise.c +++ b/libavfilter/vf_noise.c @@ -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),