summaryrefslogtreecommitdiff
path: root/libavfilter/af_compand.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_compand.c')
-rw-r--r--libavfilter/af_compand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_compand.c b/libavfilter/af_compand.c
index 586ac2f5d4..ec1e962f82 100644
--- a/libavfilter/af_compand.c
+++ b/libavfilter/af_compand.c
@@ -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,