[Mplayer-cvslog] CVS: main/Gui/mplayer common.c,1.1,1.2

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Feb 1 09:46:20 CET 2003


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv15834

Modified Files:
	common.c 
Log Message:
workaround one possible sig11

Index: common.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/common.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- common.c	17 Jan 2003 22:39:39 -0000	1.1
+++ common.c	1 Feb 2003 08:46:17 -0000	1.2
@@ -167,7 +167,7 @@
  buf=(uint32_t *)image_buffer;
  drw=(uint32_t *)bf->Image;
 
-#if 0
+#if 1
  for ( iy=y;iy < (int)(y+bf->Height / max);iy++ )
   for ( ix=x;ix < (int)(x+bf->Width);ix++ )
    {



More information about the MPlayer-cvslog mailing list