# HG changeset patch # User rfelker # Date 1192797201 0 # Node ID 230123782da0407852dcc86c00b9588afa82a674 # Parent 328d1b36952aea8054b361ef3b2626dcdb16739a reminder that this filter has broken global vars diff -r 328d1b36952a -r 230123782da0 libmpcodecs/vf_2xsai.c --- a/libmpcodecs/vf_2xsai.c Fri Oct 19 10:08:02 2007 +0000 +++ b/libmpcodecs/vf_2xsai.c Fri Oct 19 12:33:21 2007 +0000 @@ -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;