From a1f4b4bb6e7605201d2deee7954d740b8e1c5423 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Mon, 21 Dec 2009 01:54:59 +0000 Subject: Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. Originally committed as revision 30098 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index c597234b5e..a4e695604d 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -261,10 +261,10 @@ typedef struct SwsContext { const uint8_t *src1, const uint8_t *src2, long width, uint32_t *pal); ///< Unscaled conversion of chroma planes to YV12 for horizontal scaler. void (*hyscale_fast)(struct SwsContext *c, - int16_t *dst, int dstWidth, + int16_t *dst, long dstWidth, const uint8_t *src, int srcW, int xInc); void (*hcscale_fast)(struct SwsContext *c, - int16_t *dst, int dstWidth, + int16_t *dst, long dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc); -- cgit v1.2.3