# HG changeset patch # User alex # Date 1088183039 0 # Node ID ecc8c794f000bbdcc2fe2c3e7b390dc1b828cf90 # Parent d1d0b81f15c93404878db4c5b170bb7a018f6bc5 static tables diff -r d1d0b81f15c9 -r ecc8c794f000 libmpdemux/qtpalette.h --- a/libmpdemux/qtpalette.h Fri Jun 25 17:03:30 2004 +0000 +++ b/libmpdemux/qtpalette.h Fri Jun 25 17:03:59 2004 +0000 @@ -5,14 +5,14 @@ #ifndef QTPALETTE_H #define QTPALETTE_H -unsigned char qt_default_palette_4[4 * 4] = { +static unsigned char qt_default_palette_4[4 * 4] = { 0x5E, 0x65, 0x93, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xAB, 0xD0, 0xDF, 0x00, 0x00, 0x00, 0x00, 0x00 }; -unsigned char qt_default_palette_16[16 * 4] = { +static unsigned char qt_default_palette_16[16 * 4] = { 0xFF, 0xFB, 0xFF, 0x00, 0xBB, 0xD9, 0xEF, 0x00, 0xB1, 0xC9, 0xE8, 0x00, @@ -31,7 +31,7 @@ 0x00, 0x00, 0x00, 0x00 }; -unsigned char qt_default_palette_256[256 * 4] = { +static unsigned char qt_default_palette_256[256 * 4] = { /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0x00, /* 1, 0x01 */ 0xCC, 0xFF, 0xFF, 0x00, /* 2, 0x02 */ 0x99, 0xFF, 0xFF, 0x00, @@ -290,7 +290,7 @@ /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00 }; -unsigned char qt_default_grayscale_palette_16[16 * 4] = { +static unsigned char qt_default_grayscale_palette_16[16 * 4] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xEE, 0xEE, 0xEE, 0xEE, 0xDD, 0xDD, 0xDD, 0xDD, @@ -309,7 +309,7 @@ 0x00, 0x00, 0x00, 0x00 }; -unsigned char qt_default_grayscale_palette_256[256 * 4] = { +static unsigned char qt_default_grayscale_palette_256[256 * 4] = { /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0xFF, /* 1, 0x01 */ 0xFE, 0xFE, 0xFE, 0xFE, /* 2, 0x02 */ 0xFD, 0xFD, 0xFD, 0xFD,