]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_aformat.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_aformat.c
index e669f2de830d6dee1b956d01c0420fd78cd6b272..e9cc4738fde56f4aec370d3755c65e22ab86c8b7 100644 (file)
@@ -157,7 +157,7 @@ static const AVFilterPad avfilter_af_aformat_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_aformat = {
+const AVFilter ff_af_aformat = {
     .name          = "aformat",
     .description   = NULL_IF_CONFIG_SMALL("Convert the input audio to one of the specified formats."),
     .init          = init,