[FFmpeg-cvslog] avfilter/af_amerge: increase max number of channels from 32 to 64

Paul B Mahol git at videolan.org
Mon Jul 20 12:00:48 CEST 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jul 19 19:36:46 2015 +0000| [7967474bd97298d6cd63cedd0cd2d693a76e0441] | committer: Paul B Mahol

avfilter/af_amerge: increase max number of channels from 32 to 64

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

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

diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c
index 0a0a79f..62a11f7 100644
--- a/libavfilter/af_amerge.c
+++ b/libavfilter/af_amerge.c
@@ -32,7 +32,7 @@
 #include "bufferqueue.h"
 #include "internal.h"
 
-#define SWR_CH_MAX 32
+#define SWR_CH_MAX 64
 
 typedef struct {
     const AVClass *class;



More information about the ffmpeg-cvslog mailing list