From 97535ffb9795f59c4fbfacfe1541d752ed47218e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 26 Jun 2011 14:41:44 -0700 Subject: swscale: remove unused xInc/srcW arguments from hScale(). --- libswscale/ppc/swscale_altivec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libswscale/ppc') diff --git a/libswscale/ppc/swscale_altivec.c b/libswscale/ppc/swscale_altivec.c index 42e965de95..47fe54c088 100644 --- a/libswscale/ppc/swscale_altivec.c +++ b/libswscale/ppc/swscale_altivec.c @@ -222,8 +222,7 @@ yuv2yuvX_altivec_real(SwsContext *c, } static void hScale_altivec_real(int16_t *dst, int dstW, - const uint8_t *src, int srcW, - int xInc, const int16_t *filter, + const uint8_t *src, const int16_t *filter, const int16_t *filterPos, int filterSize) { register int i; -- cgit v1.2.3