mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/atrac9tab: Add missing static to internal table
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
6612d6d62e
commit
164ce14e5c
@ -104,7 +104,7 @@ static const int at9_q_unit_to_coeff_idx[] = {
|
||||
72, 80, 88, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256
|
||||
};
|
||||
|
||||
const uint8_t at9_q_unit_to_codebookidx[] = {
|
||||
static const uint8_t at9_q_unit_to_codebookidx[] = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user