diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-11-13 03:18:13 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-11-13 03:18:13 +0000 |
commit | 0cc51734b20032a5fea3020e40db968c5da91d1f (patch) | |
tree | 6052e9507c932776586f35c466a2b032061de8ae /libavcodec/ac3dec_data.h | |
parent | 0c5d750df9d0293b2ce27b6821c3209952c4e6b8 (diff) | |
download | ffmpeg-0cc51734b20032a5fea3020e40db968c5da91d1f.tar.gz |
add support for spectral extension
Originally committed as revision 15812 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, 2 insertions, 0 deletions
diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h index 486d04a40b..73aae1e178 100644 --- a/libavcodec/ac3dec_data.h +++ b/libavcodec/ac3dec_data.h @@ -34,6 +34,8 @@ 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]; extern const uint8_t ff_eac3_default_cpl_band_struct[18]; +extern const uint8_t ff_eac3_default_spx_band_struct[17]; +extern const int32_t ff_eac3_spx_atten_tab[32][3]; extern const uint8_t ff_ac3_rematrix_band_tab[5]; |