From e2b8d3f60d7cc0e0b7e674f35b930c3641dc939a Mon Sep 17 00:00:00 2001 From: vitor Date: Sun, 26 Oct 2008 15:41:11 +0000 Subject: Silence the following GCC warning: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libswscale/swscale.c: In function ‘pal2rgbWrapper’: libswscale/swscale.c:1744: warning: passing argument 4 of ‘conv’ from incompatible pointer type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27834 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale') diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 62c0548fd5..a399ee9197 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -1741,7 +1741,7 @@ static int pal2rgbWrapper(SwsContext *c, uint8_t* src[], int srcStride[], int sr for (i=0; isrcW, c->pal_rgb); + conv(srcPtr, dstPtr, c->srcW, (uint8_t *) c->pal_rgb); srcPtr+= srcStride[0]; dstPtr+= dstStride[0]; } -- cgit v1.2.3