mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Make exponent_group_tab[] static.
Originally committed as revision 26169 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7148da489e
commit
e0698e4bbd
@ -153,7 +153,7 @@ typedef struct AC3EncodeContext {
|
|||||||
* LUT for number of exponent groups.
|
* LUT for number of exponent groups.
|
||||||
* exponent_group_tab[exponent strategy-1][number of coefficients]
|
* exponent_group_tab[exponent strategy-1][number of coefficients]
|
||||||
*/
|
*/
|
||||||
uint8_t exponent_group_tab[3][256];
|
static uint8_t exponent_group_tab[3][256];
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user