Commit 36bce999 authored by Michael Niedermayer's avatar Michael Niedermayer

libavfilter/af_amerge: Do not depend on SWR_CH_MAX

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ce1bb4b7
......@@ -27,12 +27,13 @@
#include "libavutil/bprint.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libswresample/swresample.h" // only for SWR_CH_MAX
#include "avfilter.h"
#include "audio.h"
#include "bufferqueue.h"
#include "internal.h"
#define SWR_CH_MAX 32
typedef struct {
const AVClass *class;
int nb_inputs;
......
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