Skip to content
Snippets Groups Projects
Commit e0698e4b authored by Justin Ruggles's avatar Justin Ruggles
Browse files

Make exponent_group_tab[] static.

Originally committed as revision 26169 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7148da48
No related branches found
No related tags found
No related merge requests found
......@@ -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];
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment