From 41676eeedee9900244b7750dd38e3a67af710bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 23 Dec 2007 16:24:32 +0100 Subject: Mark text_clut constant. --- src/spu_dec/spudec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/spu_dec/spudec.c b/src/spu_dec/spudec.c index 13136a53f..3edf6a9fd 100644 --- a/src/spu_dec/spudec.c +++ b/src/spu_dec/spudec.c @@ -873,7 +873,7 @@ static void spudec_discover_clut(xine_t *xine, spudec_state_t *state, vo_overlay int found[2][16]; - static clut_t text_clut[] = { + static const clut_t text_clut[] = { CLUT_Y_CR_CB_INIT(0x80, 0x90, 0x80), CLUT_Y_CR_CB_INIT(0x00, 0x90, 0x00), CLUT_Y_CR_CB_INIT(0xff, 0x90, 0x00) -- cgit v1.2.3