diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index d5d29b3665..59b08ec7c6 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -1014,7 +1014,7 @@ static int query_formats(AVFilterContext *ctx) }; int ret; - layouts = ff_all_channel_layouts(); + layouts = ff_all_channel_counts(); if (!layouts) { return AVERROR(ENOMEM); }