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_template.c | |
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_template.c')
-rw-r--r-- | libswscale/swscale_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index ad46be1273..9c1bb5fd4e 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -2317,7 +2317,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, uint8_t *src, int srcW { #ifdef HAVE_MMX assert(filterSize % 4 == 0 && filterSize>0); - if(filterSize==4) // allways true for upscaling, sometimes for down too + if(filterSize==4) // Always true for upscaling, sometimes for down, too. { long counter= -2*dstW; filter-= counter*2; |