1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

avfilter/af_atempo: add support for unknown channel layouts

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint 2016-12-03 20:02:24 +01:00
parent 7ceb9e6b11
commit bffc2bcd75

View File

@ -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);
}