diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-07-17 00:17:08 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-07-17 00:17:08 +0200 |
commit | a77401e1f712d17f3e07112fbf4b3b94abcf7a88 (patch) | |
tree | e57c92ab8e4d6f41fb5ebd4fc5b0db5826142ac0 /libswresample/swresample_internal.h | |
parent | 7f0d5401885b111ac9bb5e96d4fcb080bda83745 (diff) | |
download | ffmpeg-a77401e1f712d17f3e07112fbf4b3b94abcf7a88.tar.gz |
lswr: Allow 64 channels internally.
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r-- | libswresample/swresample_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index e36faf117d..ce5eef4d9f 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -25,7 +25,7 @@ #include "libavutil/channel_layout.h" #include "config.h" -#define SWR_CH_MAX 32 +#define SWR_CH_MAX 64 #define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */ |