diff options
author | Alex Converse <alex.converse@gmail.com> | 2013-12-23 22:20:42 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2014-01-04 14:42:38 -0800 |
commit | b2212dec0f011893ec68eecaa990170fa24050d7 (patch) | |
tree | ad80a3da37a70b7a7a4a09c00d5986728bd785b4 /libavcodec/aactab.h | |
parent | e2096e2eaa9e75663d6bf0c37d342752aa5a146d (diff) | |
download | ffmpeg-b2212dec0f011893ec68eecaa990170fa24050d7.tar.gz |
aac: Fix TNS decoding for the 512 sample window family.
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r-- | libavcodec/aactab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index a2dc46b814..adf2e2c2b8 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -76,6 +76,7 @@ extern const uint16_t * const ff_swb_offset_512 [13]; extern const uint16_t * const ff_swb_offset_128 [13]; extern const uint8_t ff_tns_max_bands_1024[13]; +extern const uint8_t ff_tns_max_bands_512 [13]; extern const uint8_t ff_tns_max_bands_128 [13]; #endif /* AVCODEC_AACTAB_H */ |