[Mplayer-cvslog] CVS: main/libmpdemux qtpalette.h,1.3,1.4
Alex Beregszaszi
syncmail at mplayerhq.hu
Fri Jun 25 19:04:01 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv29256/libmpdemux
Modified Files:
qtpalette.h
Log Message:
static tables
Index: qtpalette.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/qtpalette.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtpalette.h 2 Sep 2003 14:48:49 -0000 1.3
+++ qtpalette.h 25 Jun 2004 17:03:59 -0000 1.4
@@ -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,
More information about the MPlayer-cvslog
mailing list