diff ac3dec_data.c @ 9980:ac31ff44d1a5 libavcodec

cosmetics: Reorder some tables/lines to make future diffs smaller.
author diego
date Wed, 22 Jul 2009 23:33:58 +0000
parents fe394fdc45e3
children 68de5143aa45
line wrap: on
line diff
--- a/ac3dec_data.c	Wed Jul 22 22:57:17 2009 +0000
+++ b/ac3dec_data.c	Wed Jul 22 23:33:58 2009 +0000
@@ -43,6 +43,12 @@
     { 3, 0, 1 }, { 3, 0, 2 }, { 3, 1, 0 }, { 3, 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 };
+
 const uint8_t ff_eac3_hebap_tab[64] = {
     0, 1, 2, 3, 4, 5, 6, 7, 8, 8,
     8, 8, 9, 9, 9, 10, 10, 10, 10, 11,
@@ -1125,9 +1131,3 @@
  */
 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 };