From 97f8c7a03eddacd9b6450423cc21a801e002f01f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Aug 2014 00:53:27 +0200 Subject: bump libpostproc and libswresample this is needed / avoids some headaches as one of their dependancies (libavutil) was bumped Signed-off-by: Michael Niedermayer --- libswresample/swresample_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswresample/swresample_internal.h') diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index be4b321f70..792768afbf 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -25,6 +25,8 @@ #include "libavutil/channel_layout.h" #include "config.h" +#define SWR_CH_MAX 32 + #define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */ #define NS_TAPS 20 -- cgit v1.2.3