diff ac3dec_data.h @ 7686:880c701c3dcf libavcodec

right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.
author jbr
date Mon, 25 Aug 2008 00:15:29 +0000
parents 83c16f531a90
children 06340e09c0ba
line wrap: on
line diff
--- a/ac3dec_data.h	Sun Aug 24 22:57:25 2008 +0000
+++ b/ac3dec_data.h	Mon Aug 25 00:15:29 2008 +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 (*ff_eac3_vq_hebap[8])[6];
 extern const uint8_t ff_eac3_frm_expstr[32][6];