diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-19 18:48:21 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-21 00:18:34 +0100 |
commit | 511cf612ac979f536fd65e14603a87ca5ad435f3 (patch) | |
tree | 44bef1bf9a062368bf4ab89485279549af8bda90 /libswscale | |
parent | 6906b19346ae8a330bfaa1c16ce535be10789723 (diff) | |
download | ffmpeg-511cf612ac979f536fd65e14603a87ca5ad435f3.tar.gz |
miscellaneous typo fixes
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/ppc/yuv2yuv_altivec.c | 2 | ||||
-rw-r--r-- | libswscale/swscale.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/ppc/yuv2yuv_altivec.c b/libswscale/ppc/yuv2yuv_altivec.c index e68cccf6a7..5aa1820351 100644 --- a/libswscale/ppc/yuv2yuv_altivec.c +++ b/libswscale/ppc/yuv2yuv_altivec.c @@ -1,5 +1,5 @@ /* - * AltiVec-enhanced yuv-to-yuv convertion routines. + * AltiVec-enhanced yuv-to-yuv conversion routines. * * Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org> * based on the equivalent C code in swscale.c diff --git a/libswscale/swscale.c b/libswscale/swscale.c index c1920de0a6..dac8b37468 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -163,7 +163,7 @@ static void hScale8To19_c(SwsContext *c, int16_t *_dst, int dstW, } } -// FIXME all pal and rgb srcFormats could do this convertion as well +// FIXME all pal and rgb srcFormats could do this conversion as well // FIXME all scalers more complex than bilinear could do half of this transform static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width) { |