comparison postproc/rgb2rgb.h @ 2504:13e1c5ab417a

vo_vesa: rgb2rgb support
author nick
date Sun, 28 Oct 2001 10:17:57 +0000
parents
children 2aaa11d22f91
comparison
equal deleted inserted replaced
2503:d21d8d5f2e23 2504:13e1c5ab417a
1 /*
2 *
3 * rgb2rgb.h, Software RGB to RGB coverter
4 *
5 */
6
7 #ifndef RGB2RGB_INCLUDED
8 #define RGB2RGB_INCLUDED
9
10 extern void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size);
11
12 #endif