diff aactab.h @ 11932:ebe049799f6d libavcodec

aactab: Tablegenify ff_aac_pow2sf_tab.
author alexc
date Wed, 23 Jun 2010 19:30:01 +0000
parents 7dd2a45249a9
children
line wrap: on
line diff
--- a/aactab.h	Wed Jun 23 19:20:46 2010 +0000
+++ b/aactab.h	Wed Jun 23 19:30:01 2010 +0000
@@ -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 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 */