X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_chorus.c;h=2bdaca348dcc461464bc280713078898678fe43f;hb=7c46f24bde12d13e3214852b87f8bb2a8bbf0ac8;hp=93fb36b6ba972c2559bd98bf33575a5dc458dc41;hpb=ebff705c2c5521134927de3ef94ab92ed0197f1d;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);