From 8e981daf2b0339643be1e2d3003faf6414e752d8 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 11 Nov 2006 20:54:48 +0000 Subject: make some symbols static Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xl.c') 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, -- cgit v1.2.3