diff --git a/libmpcodecs/vf_2xsai.c b/libmpcodecs/vf_2xsai.c index 6e1f79751a..3e853b567c 100644 --- a/libmpcodecs/vf_2xsai.c +++ b/libmpcodecs/vf_2xsai.c @@ -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;