diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 00:53:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 01:17:02 +0200 |
commit | 97f8c7a03eddacd9b6450423cc21a801e002f01f (patch) | |
tree | b0a3bbc9c884bab2118fb802a93e6792fffb04c2 /libswresample/swresample_internal.h | |
parent | 74be0f82a775fdf93d4a41c4e3049679ef93b6d3 (diff) | |
download | ffmpeg-97f8c7a03eddacd9b6450423cc21a801e002f01f.tar.gz |
bump libpostproc and libswresample
this is needed / avoids some headaches as one of their dependancies
(libavutil) was bumped
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r-- | libswresample/swresample_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |