[FFmpeg-devel] [PATCH 1/3] lavfi/af_atempo: add support for unknown channel layouts

Marton Balint cus at passwd.hu
Sun Dec 4 15:24:55 EET 2016


Signed-off-by: Marton Balint <cus at passwd.hu>
---
 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);
     }
-- 
2.10.0



More information about the ffmpeg-devel mailing list