avfilter/avf_showfreqs: filter support all channel counts

This commit is contained in:
Paul B Mahol 2022-04-20 18:40:47 +02:00
parent d353909e77
commit fd834924d7
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static int query_formats(AVFilterContext *ctx)
if ((ret = ff_formats_ref(formats, &inlink->outcfg.formats)) < 0)
return ret;
layouts = ff_all_channel_layouts();
layouts = ff_all_channel_counts();
if ((ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts)) < 0)
return ret;