diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-08-15 00:19:14 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-08-15 00:19:14 +0000 |
commit | 848a5815cebb81d8dcf16bbf550550e98a013e10 (patch) | |
tree | 8007d803e8964a2a9a0b073fa99e499848127d60 /libavcodec/aactab.h | |
parent | 2272e04aa73088969f913f9aad8ad8880d4d2311 (diff) | |
download | ffmpeg-848a5815cebb81d8dcf16bbf550550e98a013e10.tar.gz |
Synchronise AAC decoder code with that from SoC
Originally committed as revision 14772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r-- | libavcodec/aactab.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |