From 511cf612ac979f536fd65e14603a87ca5ad435f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 19 Dec 2012 18:48:21 +0100 Subject: miscellaneous typo fixes --- libswscale/ppc/yuv2yuv_altivec.c | 2 +- libswscale/swscale.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale') 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 * 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) { -- cgit v1.2.3