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
commit
7967474bd9
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save