]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_compand.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_compand.c
index 1e75be4f41e95e77f76ab885970f6ee7ec2ccc92..62d9c2e941f9a6ba55cc4c75d648550bfbce6939 100644 (file)
@@ -585,7 +585,7 @@ static const AVFilterPad compand_outputs[] = {
 };
 
 
-AVFilter ff_af_compand = {
+const AVFilter ff_af_compand = {
     .name           = "compand",
     .description    = NULL_IF_CONFIG_SMALL(
             "Compress or expand audio dynamic range."),