Browse Source

avfilter/af_atempo: add support for unknown channel layouts

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n3.3
Marton Balint 9 years ago
parent
commit
bffc2bcd75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/af_atempo.c

+ 1
- 1
libavfilter/af_atempo.c View File

@@ -1014,7 +1014,7 @@ static int query_formats(AVFilterContext *ctx)
}; };
int ret; int ret;


layouts = ff_all_channel_layouts();
layouts = ff_all_channel_counts();
if (!layouts) { if (!layouts) {
return AVERROR(ENOMEM); return AVERROR(ENOMEM);
} }


Loading…
Cancel
Save