view postproc/rgb2rgb.h @ 2504:13e1c5ab417a

vo_vesa: rgb2rgb support
author nick
date Sun, 28 Oct 2001 10:17:57 +0000
parents
children 2aaa11d22f91
line wrap: on
line source

/* 
 *
 *  rgb2rgb.h, Software RGB to RGB coverter
 *
 */

#ifndef RGB2RGB_INCLUDED
#define RGB2RGB_INCLUDED

extern void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size);

#endif