diff libswscale/colorspace-test.c @ 31113:1f7d0e9e2ebf

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.
author ramiro
date Wed, 12 May 2010 20:47:32 +0000
parents 0a999f052474
children 23f25ad2c45f
line wrap: on
line diff
--- a/libswscale/colorspace-test.c	Wed May 12 08:29:55 2010 +0000
+++ b/libswscale/colorspace-test.c	Wed May 12 20:47:32 2010 +0000
@@ -79,7 +79,7 @@
             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),