comparison 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
comparison
equal deleted inserted replaced
31112:77d4edd794ea 31113:1f7d0e9e2ebf
77 for(funcNum=0; ; funcNum++) { 77 for(funcNum=0; ; funcNum++) {
78 struct func_info_s { 78 struct func_info_s {
79 int src_bpp; 79 int src_bpp;
80 int dst_bpp; 80 int dst_bpp;
81 const char *name; 81 const char *name;
82 void (*func)(const uint8_t *src, uint8_t *dst, int src_size); 82 void (*func)(const uint8_t *src, uint8_t *dst, long src_size);
83 } func_info[] = { 83 } func_info[] = {
84 FUNC(2, 2, rgb15to16), 84 FUNC(2, 2, rgb15to16),
85 FUNC(2, 3, rgb15to24), 85 FUNC(2, 3, rgb15to24),
86 FUNC(2, 4, rgb15to32), 86 FUNC(2, 4, rgb15to32),
87 FUNC(2, 3, rgb16to24), 87 FUNC(2, 3, rgb16to24),