This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
ef9f7bbfa4
commit
8453095f3e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save