diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-03-30 22:09:14 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-03-30 22:09:14 +0000 |
commit | ca6e7708b42e7d33ba3053bcd447d52a077bca25 (patch) | |
tree | 7d7b95250ce17fbfb3cd66a8be480af5825e58c8 /libavcodec/eac3dec_data.h | |
parent | 1052b76f0f4142942f0fc2481a4e377a6839b954 (diff) | |
download | ffmpeg-ca6e7708b42e7d33ba3053bcd447d52a077bca25.tar.gz |
Add spectral extension to the E-AC-3 decoder.
Original patch by Justin, updated and resubmitted by
Christophe Gisquet, christophe D gisquet A gmail
Originally committed as revision 22734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eac3dec_data.h')
-rw-r--r-- | libavcodec/eac3dec_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/eac3dec_data.h b/libavcodec/eac3dec_data.h index 76dd154568..133183398f 100644 --- a/libavcodec/eac3dec_data.h +++ b/libavcodec/eac3dec_data.h @@ -31,5 +31,6 @@ extern const int16_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]; +extern const float ff_eac3_spx_atten_tab[32][3]; #endif /* AVCODEC_EAC3DEC_DATA_H */ |