From b2212dec0f011893ec68eecaa990170fa24050d7 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 23 Dec 2013 22:20:42 -0800 Subject: aac: Fix TNS decoding for the 512 sample window family. --- libavcodec/aactab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aactab.h') 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 */ -- cgit v1.2.3