[FFmpeg-cvslog] avfilter/af_atempo: add support for unknown channel layouts

Marton Balint git at videolan.org
Sat Dec 10 13:10:09 EET 2016


ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sat Dec  3 20:02:24 2016 +0100| [bffc2bcd753563af7ebbb534b31bab2a2f249cc0] | committer: Marton Balint

avfilter/af_atempo: add support for unknown channel layouts

Reviewed-by: Nicolas George <george at nsup.org>
Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bffc2bcd753563af7ebbb534b31bab2a2f249cc0
---

 libavfilter/af_atempo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list