summaryrefslogtreecommitdiff
path: root/libavcodec/xl.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-11 20:54:48 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-11 20:54:48 +0000
commit8e981daf2b0339643be1e2d3003faf6414e752d8 (patch)
treed9365ec9b6b34b529ef204b78896f6a17f1c9285 /libavcodec/xl.c
parent7b0d75fc400e97e8aae7c5b02f3b3294e25db09a (diff)
make some symbols static
Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
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,