summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-12 12:23:04 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-12 12:23:12 +0100
commita7f9d92a6d54495f812317abe249582c66efb7b6 (patch)
tree467320eca84d595095bb2ece4ca59c8b49bb7e94
parent36685c3c4b03ebe8b5ad6e4ecb1b0227cbe50643 (diff)
parent192f1984b1a93aa08af053b8f9ab4950f307bd5d (diff)
Merge commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d'
* commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d': lavc: limit maximum number of channels to 63 Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 8d0832b39c..eb82d79793 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -31,7 +31,7 @@
#include "libavutil/pixfmt.h"
#include "avcodec.h"
-#define FF_SANE_NB_CHANNELS 128U
+#define FF_SANE_NB_CHANNELS 63U
typedef struct FramePool {
/**