]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_anlms.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_anlms.c
index 55e6946b6828a13b8c189c38f06e6025872c86bd..9564441391cf774e5bcee529556bbb2d737ca1f7 100644 (file)
@@ -314,7 +314,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_anlms = {
+const AVFilter ff_af_anlms = {
     .name           = "anlms",
     .description    = NULL_IF_CONFIG_SMALL("Apply Normalized Least-Mean-Squares algorithm to first audio stream."),
     .priv_size      = sizeof(AudioNLMSContext),