diff ac3dec_data.c @ 7033:f90b89217cc9 libavcodec

move rematrixing band table to ac3dec_data.c
author jbr
date Sun, 08 Jun 2008 21:09:02 +0000
parents 784a2b575226
children 1a93d3bbe3ee
line wrap: on
line diff
--- a/ac3dec_data.c	Sun Jun 08 21:08:57 2008 +0000
+++ b/ac3dec_data.c	Sun Jun 08 21:09:02 2008 +0000
@@ -1109,3 +1109,9 @@
  */
 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 };