diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-10 19:42:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-10 19:42:18 +0000 |
commit | a90466f741245240b80f5477b63d5e4488a96d6c (patch) | |
tree | 4e783cec0328f7bb6968fea2e627756cbe42304b /libavformat/qtpalette.h | |
parent | 44f110f509d0ab4fc73b9f2363a97c6577d3850f (diff) | |
download | ffmpeg-a90466f741245240b80f5477b63d5e4488a96d6c.tar.gz |
prefix global
Originally committed as revision 2994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/qtpalette.h')
-rw-r--r-- | libavformat/qtpalette.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/qtpalette.h b/libavformat/qtpalette.h index 18b47c6974..d963a82add 100644 --- a/libavformat/qtpalette.h +++ b/libavformat/qtpalette.h @@ -7,14 +7,14 @@ #ifndef QTPALETTE_H #define QTPALETTE_H -unsigned char qt_default_palette_4[4 * 4] = { +unsigned char ff_qt_default_palette_4[4 * 4] = { 0x93, 0x65, 0x5E, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xDF, 0xD0, 0xAB, 0x00, 0x00, 0x00, 0x00, 0x00 }; -unsigned char qt_default_palette_16[16 * 4] = { +unsigned char ff_qt_default_palette_16[16 * 4] = { 0xFF, 0xFB, 0xFF, 0x00, 0xEF, 0xD9, 0xBB, 0x00, 0xE8, 0xC9, 0xB1, 0x00, @@ -33,7 +33,7 @@ unsigned char qt_default_palette_16[16 * 4] = { 0x00, 0x00, 0x00, 0x00 }; -unsigned char qt_default_palette_256[256 * 4] = { +unsigned char ff_qt_default_palette_256[256 * 4] = { /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0x00, /* 1, 0x01 */ 0xFF, 0xFF, 0xCC, 0x00, /* 2, 0x02 */ 0xFF, 0xFF, 0x99, 0x00, |