From c3ab0004ae4dffc32494ae84dd15cfaa909a7884 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 12 May 2010 20:47:32 +0000 Subject: Revert r31153. It failed to build on: x86_64 / Mac OS X gcc 4.0.1 x86_64 / Linux icc (all) x86_64 / Linux gcc 4.0.4 x86_64 / OpenBSD gcc 3.3.5 x86_64 / Linux suncc 5.10 and there are some reports of crashes. Originally committed as revision 31170 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/colorspace-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/colorspace-test.c') diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c index 242973d0f2..5a48065d1f 100644 --- a/libswscale/colorspace-test.c +++ b/libswscale/colorspace-test.c @@ -79,7 +79,7 @@ int main(int argc, char **argv) int src_bpp; int dst_bpp; const char *name; - void (*func)(const uint8_t *src, uint8_t *dst, int src_size); + void (*func)(const uint8_t *src, uint8_t *dst, long src_size); } func_info[] = { FUNC(2, 2, rgb15to16), FUNC(2, 3, rgb15to24), -- cgit v1.2.3