summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h2
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 */