mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-20 21:03:04 +00: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:
parent
6de5b6cd86
commit
7967474bd9
@ -32,7 +32,7 @@
|
|||||||
#include "bufferqueue.h"
|
#include "bufferqueue.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
#define SWR_CH_MAX 32
|
#define SWR_CH_MAX 64
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const AVClass *class;
|
const AVClass *class;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user