Commit 8453095f authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde

avcodec/aac_tablegen: make exp2_lut static

Suggested-by: 's avatarClément Bœsch <u@pkh.me>
Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent ef9f7bbf
......@@ -37,7 +37,7 @@ av_cold void ff_aac_tableinit(void)
int i;
/* 2^(i/16) for 0 <= i <= 15 */
const float exp2_lut[] = {
static const float exp2_lut[] = {
1.00000000000000000000,
1.04427378242741384032,
1.09050773266525765921,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment