1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

avcodec/aac_tablegen: make exp2_lut static

Suggested-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
This commit is contained in:
Ganesh Ajjanagadde 2015-11-27 13:21:48 -05:00
parent ef9f7bbfa4
commit 8453095f3e

View File

@ -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,