summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index 2a8491bc88..67b700dfc1 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -66,9 +66,9 @@ extern const uint16_t ff_aac_spectral_sizes[11];
extern const float *ff_aac_codebook_vectors[];
#if CONFIG_HARDCODED_TABLES
-extern const float ff_aac_pow2sf_tab[316];
+extern const float ff_aac_pow2sf_tab[428];
#else
-extern float ff_aac_pow2sf_tab[316];
+extern float ff_aac_pow2sf_tab[428];
#endif /* CONFIG_HARDCODED_TABLES */
#endif /* AVCODEC_AACTAB_H */