summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_data.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-06-08 21:09:02 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-06-08 21:09:02 +0000
commit227322b837e0546c2179729f35e87c7da364b410 (patch)
treeb4e7421afc57d03eaff7525f4edf18c861bc724c /libavcodec/ac3dec_data.c
parent7ed9a2ea5060668759473d0481ecd987913cd1f6 (diff)
move rematrixing band table to ac3dec_data.c
Originally committed as revision 13716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.c')
-rw-r--r--libavcodec/ac3dec_data.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c
index 0c498b0acc..ce361e48c6 100644
--- a/libavcodec/ac3dec_data.c
+++ b/libavcodec/ac3dec_data.c
@@ -1109,3 +1109,9 @@ const uint8_t ff_eac3_frm_expstr[32][6] = {
*/
const uint8_t ff_eac3_default_cpl_band_struct[18] =
{ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 };
+
+/**
+ * Table of bin locations for rematrixing bands
+ * reference: Section 7.5.2 Rematrixing : Frequency Band Definitions
+ */
+const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 };