diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-08-09 10:46:27 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-08-09 10:46:27 +0000 |
commit | cc0591dab0a5508518413260c77750577c30b0d6 (patch) | |
tree | ab5427e05448ea28c2aba903ee62d72903dbe1bd /libavcodec/aactab.h | |
parent | 5f7f9719acb145620ffca333e73b4bcfb1807783 (diff) | |
download | ffmpeg-cc0591dab0a5508518413260c77750577c30b0d6.tar.gz |
Sync already committed code with that in SoC and commit more OKed hunks of code
Originally committed as revision 14674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r-- | libavcodec/aactab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index e900517be6..e7f14e6ed6 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -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 @@ extern const int8_t *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 */ #endif /* FFMPEG_AACTAB_H */ |