From: kramm Date: Sun, 16 May 2004 18:54:35 +0000 (+0000) Subject: removed unused (and wrong) BM16*/BM32* definitions. X-Git-Tag: release-0-6-0~212 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=08436744d1326f8314bcbc18df64f7b1977b1685 removed unused (and wrong) BM16*/BM32* definitions. --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 5450b5c..2ed41e0 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -697,14 +697,6 @@ int swf_SetJPEGBits3(TAG * tag,U16 width,U16 height,RGBA* bitmap, int quality); #define BMF_16BIT 4 #define BMF_32BIT 5 -#define BM16_BLUE 0xf800 // Bitmasks for 16 Bit Color -#define BM16_RED 0x00f0 -#define BM16_GREEN 0x000f - -#define BM32_BLUE 0xff000000 // Bitmasks for 32 Bit Color -#define BM32_GREEN 0x00ff0000 -#define BM32_RED 0x0000ff00 - int swf_SetLosslessBits(TAG * t,U16 width,U16 height,void * bitmap,U8 bitmap_flags); int swf_SetLosslessBitsIndexed(TAG * t,U16 width,U16 height,U8 * bitmap,RGBA * palette,U16 ncolors); int swf_SetLosslessBitsGrayscale(TAG * t,U16 width,U16 height,U8 * bitmap);