diff libswscale/swscale.c @ 22914:29827d88d2da

typo
author diego
date Sat, 07 Apr 2007 14:07:51 +0000
parents eb4d06df462f
children c91bb8f1cd85
line wrap: on
line diff
--- a/libswscale/swscale.c	Sat Apr 07 13:32:51 2007 +0000
+++ b/libswscale/swscale.c	Sat Apr 07 14:07:51 2007 +0000
@@ -2050,7 +2050,7 @@
 	c->chrIntHSubSample= c->chrDstHSubSample;
 	c->chrIntVSubSample= c->chrSrcVSubSample;
 
-	// note the -((-x)>>y) is so that we allways round toward +inf
+	// Note the -((-x)>>y) is so that we always round toward +inf.
 	c->chrSrcW= -((-srcW) >> c->chrSrcHSubSample);
 	c->chrSrcH= -((-srcH) >> c->chrSrcVSubSample);
 	c->chrDstW= -((-dstW) >> c->chrDstHSubSample);