summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpeg12data.h')
-rw-r--r--libavcodec/mpeg12data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h
index 2b5a9c2e22..7dbf2b2208 100644
--- a/libavcodec/mpeg12data.h
+++ b/libavcodec/mpeg12data.h
@@ -331,7 +331,8 @@ static const UINT8 mbMotionVectorTable[17][2] = {
{ 0xc, 10 },
};
-const UINT8 zigzag_direct[64] = {
+//const
+UINT8 zigzag_direct[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,