]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_compand.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / af_compand.c
index 586ac2f5d48bf3dcbebbc070417290a1bb00a778..ec1e962f828f0d9d76c5e046c87b9ea66c2471d8 100644 (file)
@@ -505,7 +505,7 @@ static const AVFilterPad compand_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_compand = {
+AVFilter ff_af_compand = {
     .name          = "compand",
     .description   = NULL_IF_CONFIG_SMALL("Compress or expand audio dynamic range."),
     .query_formats = query_formats,