summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-12-03 20:02:24 +0100
committerMarton Balint <cus@passwd.hu>2016-12-10 11:57:11 +0100
commitbffc2bcd753563af7ebbb534b31bab2a2f249cc0 (patch)
tree967f07a4a80fdf68e1bfce38e5f67f37807f068c
parent7ceb9e6b11824ff18f424a35e41fbddf545d1238 (diff)
downloadffmpeg-streaming-bffc2bcd753563af7ebbb534b31bab2a2f249cc0.zip
ffmpeg-streaming-bffc2bcd753563af7ebbb534b31bab2a2f249cc0.tar.gz
avfilter/af_atempo: add support for unknown channel layouts
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
-rw-r--r--libavfilter/af_atempo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c
index d5d29b3..59b08ec 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);
}
OpenPOWER on IntegriCloud