From 2a39682956457d63934762ec2b314a28cbc36284 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 7 Apr 2007 14:07:51 +0000 Subject: typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22932 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale.c') diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 54924b0eef..a56cdefa3f 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -2050,7 +2050,7 @@ SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, int dstW, int dstH 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); -- cgit v1.2.3