From 848a5815cebb81d8dcf16bbf550550e98a013e10 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Fri, 15 Aug 2008 00:19:14 +0000 Subject: Synchronise AAC decoder code with that from SoC Originally committed as revision 14772 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aactab.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/aactab.h') diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 198b61c81a..8dcf94db3e 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -54,10 +54,9 @@ extern const uint16_t *ff_aac_spectral_codes[11]; extern const uint8_t *ff_aac_spectral_bits [11]; extern const uint16_t ff_aac_spectral_sizes[11]; -extern const int8_t *ff_aac_codebook_vectors[]; +extern const float *ff_aac_codebook_vectors[]; #ifdef CONFIG_HARDCODED_TABLES -extern const float ff_aac_ivquant_tab[IVQUANT_SIZE]; extern const float ff_aac_pow2sf_tab[316]; #endif /* CONFIG_HARDCODED_TABLES */ -- cgit v1.2.3