X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_chorus.c;h=2bdaca348dcc461464bc280713078898678fe43f;hb=029aa8ff140784405533cd4be5051f8733dc5acb;hp=93fb36b6ba972c2559bd98bf33575a5dc458dc41;hpb=f940931995d038c9b0527f14b64953101865708a;p=ffmpeg diff --git a/libavfilter/af_chorus.c b/libavfilter/af_chorus.c index 93fb36b6ba9..2bdaca348dc 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);