[Mplayer-cvslog] CVS: main/vidix/drivers mach64_vid.c,1.33,1.34 pm3_vid.c,1.2,1.3

Gabucino gabucino at mplayerhq.hu
Sat Oct 4 19:29:11 CEST 2003


Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv24410/vidix/drivers

Modified Files:
	mach64_vid.c pm3_vid.c 
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>


Index: mach64_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/mach64_vid.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- mach64_vid.c	8 Apr 2003 16:23:09 -0000	1.33
+++ mach64_vid.c	4 Oct 2003 17:29:08 -0000	1.34
@@ -780,8 +780,8 @@
         config->offsets[i] = config->offsets[i-1] + config->frame_size;
     
 	/*FIXME the left / top stuff is broken (= zoom a src rectangle from a larger one)
-		1. the framesize isnt known as the outer src rectangle dimensions arent known
-		2. the mach64 needs aligned addresses so it cant work anyway
+		1. the framesize isn't known as the outer src rectangle dimensions aren't known
+		2. the mach64 needs aligned addresses so it can't work anyway
 		   -> so we could shift the outer buffer to compensate that but that would mean
 		      alignment problems for the code which writes into it
 	*/

Index: pm3_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/pm3_vid.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pm3_vid.c	31 Mar 2003 00:14:35 -0000	1.2
+++ pm3_vid.c	4 Oct 2003 17:29:08 -0000	1.3
@@ -196,7 +196,7 @@
 #define FORMAT_VUY422	PM3VideoOverlayMode_COLORFORMAT_VUY422
 #define FORMAT_YUV422	PM3VideoOverlayMode_COLORFORMAT_YUV422
 
-/* Notice, have to check that we dont overflow the deltas here ... */
+/* Notice, have to check that we don't overflow the deltas here ... */
 static void
 compute_scale_factor(
     short* src_w, short* dst_w,



More information about the MPlayer-cvslog mailing list