[Mplayer-cvslog] CVS: main/TOOLS/bmovl-test bmovl-test.c,1.1,1.2
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun Sep 26 14:57:55 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/TOOLS/bmovl-test
In directory mail:/var2/tmp/cvs-serv9773
Modified Files:
bmovl-test.c
Log Message:
Wrong comment, the bitmap is blue, not green.
Index: bmovl-test.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/bmovl-test/bmovl-test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bmovl-test.c 23 Oct 2002 00:28:27 -0000 1.1
+++ bmovl-test.c 26 Sep 2004 12:57:53 -0000 1.2
@@ -96,7 +96,7 @@
paint(bitmap, (75*75*4), 0, 255, 0, 128);
blit(fifo, bitmap, 75, 75, width-50-75, 50, 0, 0);
- // Paint bitmap green, 50% transparent and blit at position -50,50
+ // Paint bitmap blue, 50% transparent and blit at position -50,50
paint(bitmap, (75*75*4), 0, 0, 255, 128);
blit(fifo, bitmap, 75, 75, 50, height-50-75, 0, 0);
More information about the MPlayer-cvslog
mailing list