You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/af_amerge: increase max number of channels from 32 to 64
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user