changeset 23665:88b417d972ab

comment grammar fixes
author diego
date Thu, 28 Jun 2007 11:18:16 +0000
parents f19f12214991
children 5c3c7efd9b75
files libswscale/swscale_template.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale_template.c	Wed Jun 27 23:11:21 2007 +0000
+++ b/libswscale/swscale_template.c	Thu Jun 28 11:18:16 2007 +0000
@@ -1513,7 +1513,7 @@
     }
 
 #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 @@
     }
 
 #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 @@
     }
 
 #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))