summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-07-17 00:16:45 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-07-17 00:16:45 +0200
commit7f0d5401885b111ac9bb5e96d4fcb080bda83745 (patch)
treed2fd71f556a5f230b62107b4fa59e3407f44537c /libavcodec/internal.h
parent6e127990fa9ea9776a74041080ff2a9ce8a39767 (diff)
lavc: Allow 64 channels internally.
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index cea5355380..f3dafc0cd1 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -65,7 +65,7 @@
#define FF_DEFAULT_QUANT_BIAS 999999
#endif
-#define FF_SANE_NB_CHANNELS 63U
+#define FF_SANE_NB_CHANNELS 64U
#define FF_SIGNBIT(x) ((x) >> CHAR_BIT * sizeof(x) - 1)