diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-05-21 00:09:23 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-05-21 00:09:23 +0000 |
commit | ae04de316f03d038b21078c803007cb8f955777a (patch) | |
tree | 20eddcb0e2161d80b7c41ba2a9e458f2f4a17040 /libavcodec/ac3dec_data.h | |
parent | e20a4f53a091ae74e6c9e9a280eefe5c59c7ebe4 (diff) | |
download | ffmpeg-ae04de316f03d038b21078c803007cb8f955777a.tar.gz |
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ
dequantization 24-bit in a separate commit.
Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.h')
-rw-r--r-- | libavcodec/ac3dec_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h index c9bb58686b..486d04a40b 100644 --- a/libavcodec/ac3dec_data.h +++ b/libavcodec/ac3dec_data.h @@ -29,7 +29,7 @@ extern const uint8_t ff_eac3_hebap_tab[64]; 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]; |