[MPlayer-cvslog] r24813 - trunk/libmpcodecs/vf_2xsai.c
rfelker
subversion at mplayerhq.hu
Fri Oct 19 14:33:21 CEST 2007
Author: rfelker
Date: Fri Oct 19 14:33:21 2007
New Revision: 24813
Log:
reminder that this filter has broken global vars
Modified:
trunk/libmpcodecs/vf_2xsai.c
Modified: trunk/libmpcodecs/vf_2xsai.c
==============================================================================
--- trunk/libmpcodecs/vf_2xsai.c (original)
+++ trunk/libmpcodecs/vf_2xsai.c Fri Oct 19 14:33:21 2007
@@ -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;
More information about the MPlayer-cvslog
mailing list