summaryrefslogtreecommitdiff
path: root/libavfilter/af_mcompand.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_mcompand.c')
-rw-r--r--libavfilter/af_mcompand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_mcompand.c b/libavfilter/af_mcompand.c
index 0ae84221b6..5b689caa49 100644
--- a/libavfilter/af_mcompand.c
+++ b/libavfilter/af_mcompand.c
@@ -654,10 +654,10 @@ const AVFilter ff_af_mcompand = {
.name = "mcompand",
.description = NULL_IF_CONFIG_SMALL(
"Multiband Compress or expand audio dynamic range."),
- .query_formats = query_formats,
.priv_size = sizeof(MCompandContext),
.priv_class = &mcompand_class,
.uninit = uninit,
FILTER_INPUTS(mcompand_inputs),
FILTER_OUTPUTS(mcompand_outputs),
+ FILTER_QUERY_FUNC(query_formats),
};