]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_atadenoise.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_atadenoise.c
index ccbda723f0615413df84b48230591d2066f69686..6b2f4a4e50e4f9ec76fe1da570013f06fd899d45 100644 (file)
@@ -572,7 +572,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_atadenoise = {
+const AVFilter ff_vf_atadenoise = {
     .name          = "atadenoise",
     .description   = NULL_IF_CONFIG_SMALL("Apply an Adaptive Temporal Averaging Denoiser."),
     .priv_size     = sizeof(ATADenoiseContext),