diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 16:24:32 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 16:24:32 +0100 |
commit | 41676eeedee9900244b7750dd38e3a67af710bc7 (patch) | |
tree | 4394ea42165d09c0040ceb2c3db9e7fbdc7f656f /src | |
parent | 680ede4292dce5893a37703e68ca2fca8b882814 (diff) | |
download | xine-lib-41676eeedee9900244b7750dd38e3a67af710bc7.tar.gz xine-lib-41676eeedee9900244b7750dd38e3a67af710bc7.tar.bz2 |
Mark text_clut constant.
Diffstat (limited to 'src')
-rw-r--r-- | src/spu_dec/spudec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |