diff mbox

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

Message ID 20161204132457.5910-1-cus@passwd.hu
State Accepted
Commit bffc2bcd753563af7ebbb534b31bab2a2f249cc0
Headers show

Commit Message

Marton Balint Dec. 4, 2016, 1:24 p.m. UTC
Signed-off-by: Marton Balint <cus@passwd.hu>
---
 libavfilter/af_atempo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas George Dec. 4, 2016, 2:36 p.m. UTC | #1
Le quartidi 14 frimaire, an CCXXV, Marton Balint a écrit :
> Signed-off-by: Marton Balint <cus@passwd.hu>
> ---
>  libavfilter/af_atempo.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

All three patches look good, thanks.

Regards,
Marton Balint Dec. 10, 2016, 11:12 a.m. UTC | #2
On Sun, 4 Dec 2016, Nicolas George wrote:

> Le quartidi 14 frimaire, an CCXXV, Marton Balint a écrit :
>> Signed-off-by: Marton Balint <cus@passwd.hu>
>> ---
>>  libavfilter/af_atempo.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> All three patches look good, thanks.
>

Thanks, applied all three.

Regards,
Marton
diff mbox

Patch

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