summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-26 12:57:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-26 12:57:53 +0000
commit5a3855851154a97e1a1acb53e6202f4cce1a4f94 (patch)
treef3a939b9c00d82b2dc213241819e116615088e73 /TOOLS
parent7c2eafd04a08be30e58abfeb6a7e442723ec6fbb (diff)
downloadmpv-5a3855851154a97e1a1acb53e6202f4cce1a4f94.tar.bz2
mpv-5a3855851154a97e1a1acb53e6202f4cce1a4f94.tar.xz
Wrong comment, the bitmap is blue, not green.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13475 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bmovl-test/bmovl-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bmovl-test/bmovl-test.c b/TOOLS/bmovl-test/bmovl-test.c
index 2583e115de..651c9c02ac 100644
--- a/TOOLS/bmovl-test/bmovl-test.c
+++ b/TOOLS/bmovl-test/bmovl-test.c
@@ -96,7 +96,7 @@ int main(int argc, char **argv) {
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);