avfilter/af_atempo: add support for unknown channel layouts

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
pull/242/head
Marton Balint 8 years ago
parent 7ceb9e6b11
commit bffc2bcd75
  1. 2
      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);
}

Loading…
Cancel
Save