Mercurial > libavcodec.hg
diff aactab.h @ 7580:c49ab52db74c libavcodec
Synchronise AAC decoder code with that from SoC
| author | superdump |
|---|---|
| date | Fri, 15 Aug 2008 00:19:14 +0000 |
| parents | 4fca7939ad48 |
| children | 6fdffa4836a7 |
line wrap: on
line diff
--- a/aactab.h Fri Aug 15 00:14:07 2008 +0000 +++ b/aactab.h Fri Aug 15 00:19:14 2008 +0000 @@ -54,10 +54,9 @@ 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 */
