reminder that this filter has broken global vars

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24813 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2007-10-19 12:33:21 +00:00
parent c610bb50be
commit d32ae85e1c
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#define uint16 unsigned short
#define uint8 unsigned char
/* FIXME: these all belong in the context, not as globals! */
static uint32 colorMask = 0xF7DEF7DE;
static uint32 lowPixelMask = 0x08210821;
static uint32 qcolorMask = 0xE79CE79C;