Commit 7967474b authored by Paul B Mahol's avatar Paul B Mahol

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

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 6de5b6cd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment