Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2013-12-24 10:20:42 +0400
committerAlex Converse <alex.converse@gmail.com>2014-01-05 02:42:38 +0400
commitb2212dec0f011893ec68eecaa990170fa24050d7 (patch)
treead80a3da37a70b7a7a4a09c00d5986728bd785b4 /libavcodec/aactab.h
parente2096e2eaa9e75663d6bf0c37d342752aa5a146d (diff)
aac: Fix TNS decoding for the 512 sample window family.
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h1
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 */