summaryrefslogtreecommitdiff
path: root/libavcodec/mss3.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-07-06 09:22:46 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-07-06 11:37:35 +0200
commit1f061da529f4dad617c31b788b92089be4114c48 (patch)
treeb26fcf75aae53637ea944bea91f35ce70c710137 /libavcodec/mss3.c
parent0a19000da8d744ff64b902f9f3fede1d865b1ae7 (diff)
mss3: add forgotten 'static' qualifier for private table
Diffstat (limited to 'libavcodec/mss3.c')
-rw-r--r--libavcodec/mss3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mss3.c b/libavcodec/mss3.c
index 37d8aee4ec..25163c660e 100644
--- a/libavcodec/mss3.c
+++ b/libavcodec/mss3.c
@@ -141,7 +141,7 @@ static const uint8_t mss3_chroma_quant[64] = {
99, 99, 99, 99, 99, 99, 99, 99
};
-const uint8_t zigzag_scan[64] = {
+static const uint8_t zigzag_scan[64] = {
0, 1, 8, 16, 9, 2, 3, 10,
17, 24, 32, 25, 18, 11, 4, 5,
12, 19, 26, 33, 40, 48, 41, 34,