summaryrefslogtreecommitdiff
path: root/libavcodec/xl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xl.c')
-rw-r--r--libavcodec/xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xl.c b/libavcodec/xl.c
index 36418b9dff..67ad237e12 100644
--- a/libavcodec/xl.c
+++ b/libavcodec/xl.c
@@ -33,7 +33,7 @@ typedef struct VideoXLContext{
AVFrame pic;
} VideoXLContext;
-const int xl_table[32] = {
+static const int xl_table[32] = {
0, 1, 2, 3, 4, 5, 6, 7,
8, 9, 12, 15, 20, 25, 34, 46,
64, 82, 94, 103, 108, 113, 116, 119,