summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-03-04 16:25:17 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-03-05 02:29:33 +0100
commit12dffc45026b8f0f44fceb39069509c7376f5cc8 (patch)
tree41a62c8fe5e47fee3934616eac9fb6b18ed5be9b /libavcodec/ac3.h
parent384c9c2fa79f2f09ed4a5aa4c14ba3ffc6bdc790 (diff)
ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
(cherry picked from commit b35743ffb46558be3a90c44f24a7de5fa2c15d85)
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r--libavcodec/ac3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h
index 405e3cd0a3..5e0b2621aa 100644
--- a/libavcodec/ac3.h
+++ b/libavcodec/ac3.h
@@ -36,6 +36,7 @@
#define AC3_FRAME_SIZE (AC3_MAX_BLOCKS * 256)
#define AC3_WINDOW_SIZE (AC3_BLOCK_SIZE * 2)
#define AC3_CRITICAL_BANDS 50
+#define AC3_MAX_CPL_BANDS 18
#include "ac3tab.h"