This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/af_amerge: increase max number of channels from 32 to 64
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.8
Paul B Mahol
10 years ago
parent
6de5b6cd86
commit
7967474bd9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/af_amerge.c
+ 1
- 1
libavfilter/af_amerge.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save