diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-06-23 19:30:01 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-06-23 19:30:01 +0000 |
commit | e29af81818b49d5586d6e1a0c91bf1ce4a576a09 (patch) | |
tree | 548bf52371dfaed53bc696ad635dacf84340b5db /libavcodec/aactab.h | |
parent | 2966cc18493d9dc041c229b9d05ee1c3217eb32f (diff) | |
download | ffmpeg-e29af81818b49d5586d6e1a0c91bf1ce4a576a09.tar.gz |
aactab: Tablegenify ff_aac_pow2sf_tab.
Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r-- | libavcodec/aactab.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 283d6c3a2d..c6213999b5 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -32,6 +32,7 @@ #include "libavutil/mem.h" #include "aac.h" +#include "aac_tablegen_decl.h" #include <stdint.h> @@ -73,10 +74,4 @@ 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_128 [13]; -#if CONFIG_HARDCODED_TABLES -extern const float ff_aac_pow2sf_tab[428]; -#else -extern float ff_aac_pow2sf_tab[428]; -#endif /* CONFIG_HARDCODED_TABLES */ - #endif /* AVCODEC_AACTAB_H */ |