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_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 5b62ea065e..d5b7d6021e 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -54,7 +54,7 @@ typedef struct SwsContext{ int chrSrcW, chrSrcH, chrDstW, chrDstH; int lumXInc, chrXInc; int lumYInc, chrYInc; - int dstFormat, srcFormat; ///< format 4:2:0 type is allways YV12 + int dstFormat, srcFormat; ///< format 4:2:0 type is always YV12 int origDstFormat, origSrcFormat; ///< format int chrSrcHSubSample, chrSrcVSubSample; int chrIntHSubSample, chrIntVSubSample; -- cgit v1.2.3