diff aactab.h @ 7523:a3f7ffdb676d libavcodec

Sync already committed code with that in SoC and commit more OKed hunks of code
author superdump
date Sat, 09 Aug 2008 10:46:27 +0000
parents 0499a257d17f
children 4fca7939ad48
line wrap: on
line diff
--- a/aactab.h	Sat Aug 09 01:17:34 2008 +0000
+++ b/aactab.h	Sat Aug 09 10:46:27 2008 +0000
@@ -30,6 +30,7 @@
 #ifndef FFMPEG_AACTAB_H
 #define FFMPEG_AACTAB_H
 
+#include "libavutil/mem.h"
 #include "aac.h"
 
 #include <stdint.h>
@@ -45,6 +46,7 @@
 
 #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 */
 
 #endif /* FFMPEG_AACTAB_H */