diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:07:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:07:51 +0000 |
commit | 911406f2c476c8e8fcd0fdf997f071f925cd4a32 (patch) | |
tree | f59b0f1337cefa5eb9ef68715f98bee022694875 /libswscale/swscale_internal.h | |
parent | f5bccd85744da7909527c115f339e2dfb21f8dff (diff) | |
download | ffmpeg-911406f2c476c8e8fcd0fdf997f071f925cd4a32.tar.gz |
typo
Originally committed as revision 22932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |