]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_nlmeans.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_nlmeans.c
index 06233b0dd46a0cdbb9bc423bbc95467c728c68b9..7451bec4ae6e294f622b4b28fb5e340f06427842 100644 (file)
@@ -577,7 +577,7 @@ static const AVFilterPad nlmeans_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_nlmeans = {
+const AVFilter ff_vf_nlmeans = {
     .name          = "nlmeans",
     .description   = NULL_IF_CONFIG_SMALL("Non-local means denoiser."),
     .priv_size     = sizeof(NLMeansContext),