[MPlayer-cvslog] r23685 - trunk/libswscale/swscale_template.c

diego subversion at mplayerhq.hu
Thu Jun 28 13:18:16 CEST 2007


Author: diego
Date: Thu Jun 28 13:18:16 2007
New Revision: 23685

Log:
comment grammar fixes


Modified:
   trunk/libswscale/swscale_template.c

Modified: trunk/libswscale/swscale_template.c
==============================================================================
--- trunk/libswscale/swscale_template.c	(original)
+++ trunk/libswscale/swscale_template.c	Thu Jun 28 13:18:16 2007
@@ -1513,7 +1513,7 @@ static inline void RENAME(yuv2packed1)(S
     }
 
 #ifdef HAVE_MMX
-    if ( uvalpha < 2048 ) // note this is not correct (shifts chrominance by 0.5 pixels) but its a bit faster
+    if ( uvalpha < 2048 ) // note this is not correct (shifts chrominance by 0.5 pixels) but it is a bit faster
     {
         switch(dstFormat)
         {
@@ -2543,7 +2543,7 @@ static inline void RENAME(hyscale)(uint1
     }
 
 #ifdef HAVE_MMX
-    // use the new MMX scaler if the mmx2 can't be used (its faster than the x86asm one)
+    // use the new MMX scaler if the mmx2 can't be used (it is faster than the x86 ASM one)
     if (!(flags&SWS_FAST_BILINEAR) || (!canMMX2BeUsed))
 #else
     if (!(flags&SWS_FAST_BILINEAR))
@@ -2760,7 +2760,7 @@ inline static void RENAME(hcscale)(uint1
     }
 
 #ifdef HAVE_MMX
-    // use the new MMX scaler if the mmx2 can't be used (its faster than the x86asm one)
+    // use the new MMX scaler if the mmx2 can't be used (it is faster than the x86 ASM one)
     if (!(flags&SWS_FAST_BILINEAR) || (!canMMX2BeUsed))
 #else
     if (!(flags&SWS_FAST_BILINEAR))



More information about the MPlayer-cvslog mailing list