Browse Source

avcodec/aac_tablegen: make exp2_lut static

Suggested-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
tags/n3.0
Ganesh Ajjanagadde 10 years ago
parent
commit
8453095f3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aac_tablegen.h

+ 1
- 1
libavcodec/aac_tablegen.h 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,


Loading…
Cancel
Save