diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-11-19 19:43:23 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-11-19 19:43:23 +0000 |
commit | d4b578a219b204f7170a7951d3f805a6cc938229 (patch) | |
tree | ca39a13e2e3b248ad1bd7b01a57a64c987614b17 /src | |
parent | 5573746ea857ffd7d04dc7eec827c73515450ccd (diff) | |
download | xine-lib-d4b578a219b204f7170a7951d3f805a6cc938229.tar.gz xine-lib-d4b578a219b204f7170a7951d3f805a6cc938229.tar.bz2 |
[PATCH] better yellow OSD palette
Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
CVS patchset: 5764
CVS date: 2003/11/19 19:43:23
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/osd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/osd.h b/src/xine-engine/osd.h index fd6a30862..a0aa75b7f 100644 --- a/src/xine-engine/osd.h +++ b/src/xine-engine/osd.h @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * OSD stuff (text and graphic primitives) - * $Id: osd.h,v 1.19 2003/11/11 18:45:01 f1rmb Exp $ + * $Id: osd.h,v 1.20 2003/11/19 19:43:23 miguelfreitas Exp $ */ #ifndef HAVE_OSD_H @@ -337,8 +337,8 @@ static clut_t textpalettes_color[NUMBER_OF_TEXT_PALETTES][TEXT_PALETTE_SIZE] = { CLUT_Y_CR_CB_INIT(0x00, 0x80, 0x80), /*5*/ CLUT_Y_CR_CB_INIT(0x00, 0x80, 0x80), /*6*/ CLUT_Y_CR_CB_INIT(0x40, 0x84, 0x60), /*7*/ - CLUT_Y_CR_CB_INIT(0xd0, 0x88, 0x40), /*8*/ - CLUT_Y_CR_CB_INIT(0xe0, 0x8a, 0x00), /*9*/ + CLUT_Y_CR_CB_INIT(0x70, 0x88, 0x40), /*8*/ + CLUT_Y_CR_CB_INIT(0xb0, 0x8a, 0x20), /*9*/ CLUT_Y_CR_CB_INIT(0xff, 0x90, 0x00), /*10*/ }, }; |