mirror of https://github.com/mpv-player/mpv
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:
parent
c610bb50be
commit
d32ae85e1c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue