diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/postproc/rgb2rgb.h	Sun Oct 28 10:17:57 2001 +0000
@@ -0,0 +1,12 @@
+/* 
+ *
+ *  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