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
Make exponent_group_tab[] static.
Originally committed as revision 26169 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Justin Ruggles
15 years ago
parent
7148da489e
commit
e0698e4bbd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ac3enc.c
+ 1
- 1
libavcodec/ac3enc.c
View File
@@ -153,7 +153,7 @@ typedef struct AC3EncodeContext {
* LUT for number of exponent groups.
* exponent_group_tab[exponent strategy-1][number of coefficients]
*/
uint8_t exponent_group_tab[3][256];
static
uint8_t exponent_group_tab[3][256];
/**
Write
Preview
Loading…
Cancel
Save