diff ac3dec_data.h @ 9680:debe2623a70a libavcodec

eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ dequantization 24-bit in a separate commit.
author jbr
date Thu, 21 May 2009 00:09:23 +0000
parents 1fe22274393a
children 116836dbd25d
line wrap: on
line diff
--- a/ac3dec_data.h	Wed May 20 18:49:55 2009 +0000
+++ b/ac3dec_data.h	Thu May 21 00:09:23 2009 +0000
@@ -29,7 +29,7 @@
 extern const uint8_t ff_eac3_bits_vs_hebap[20];
 extern const int16_t ff_eac3_gaq_remap_1[12];
 extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2];
-extern const int16_t ff_eac3_gaq_remap_2_4_b[9][2];
+extern const int8_t  ff_eac3_gaq_remap_2_4_b[9][2];
 
 extern const int16_t (* const ff_eac3_mantissa_vq[8])[6];
 extern const uint8_t ff_eac3_frm_expstr[32][6];