From 9ad5675f251fae2950a8132347feeb9105d44f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigbj=C3=B8rn=20Skj=C3=A6ret?= Date: Mon, 14 Jan 2008 22:10:19 +0000 Subject: =?UTF-8?q?Add=20a=20couple=20of=20missing=20consts.=20patch=20by?= =?UTF-8?q?=20Sigbj=C3=B8rn=20Skj=C3=A6ret,=20cisc=20broadpark=20no?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/base64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/base64.c b/libavutil/base64.c index 0f49798..8567c99 100644 --- a/libavutil/base64.c +++ b/libavutil/base64.c @@ -29,7 +29,7 @@ #include "base64.h" /* ---------------- private code */ -static uint8_t map2[] = +static const uint8_t map2[] = { 0x3e, 0xff, 0xff, 0xff, 0x3f, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0xff, -- cgit v1.1