Mercurial > mplayer.hg
changeset 24785:230123782da0
reminder that this filter has broken global vars
author | rfelker |
---|---|
date | Fri, 19 Oct 2007 12:33:21 +0000 |
parents | 328d1b36952a |
children | d901e5dd5647 |
files | libmpcodecs/vf_2xsai.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;