]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_replaygain.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_replaygain.c
index 53fe49d76976880ce035dc93ee7abdb28f69e6ad..a5f5959eb3d2183b54c62aa71ce835eea6925be8 100644 (file)
@@ -604,7 +604,7 @@ static const AVFilterPad replaygain_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_replaygain = {
+const AVFilter ff_af_replaygain = {
     .name          = "replaygain",
     .description   = NULL_IF_CONFIG_SMALL("ReplayGain scanner."),
     .query_formats = query_formats,