summaryrefslogtreecommitdiff
path: root/libavfilter/af_chorus.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_chorus.c')
-rw-r--r--libavfilter/af_chorus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_chorus.c b/libavfilter/af_chorus.c
index 93fb36b6ba..2bdaca348d 100644
--- a/libavfilter/af_chorus.c
+++ b/libavfilter/af_chorus.c
@@ -162,7 +162,7 @@ static int query_formats(AVFilterContext *ctx)
};
int ret;
- layouts = ff_all_channel_layouts();
+ layouts = ff_all_channel_counts();
if (!layouts)
return AVERROR(ENOMEM);
ret = ff_set_common_channel_layouts(ctx, layouts);