]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/atrac9tab: Add missing static to internal table
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 9 Nov 2020 13:59:13 +0000 (14:59 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Nov 2020 10:35:03 +0000 (11:35 +0100)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/atrac9tab.h

index c25d0e2744b1fa4c7b05496acd1873ed2557a50b..4e0c3ee1ccdcf9a91b66ed4414f9157bed69c99a 100644 (file)
@@ -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,
 };