diff postproc/rgb2rgb.h @ 2505:2aaa11d22f91

vo_vesa: more rgb2rgb support
author nick
date Sun, 28 Oct 2001 10:28:08 +0000
parents 13e1c5ab417a
children 501752469c39
line wrap: on
line diff
--- a/postproc/rgb2rgb.h	Sun Oct 28 10:17:57 2001 +0000
+++ b/postproc/rgb2rgb.h	Sun Oct 28 10:28:08 2001 +0000
@@ -1,6 +1,6 @@
 /* 
  *
- *  rgb2rgb.h, Software RGB to RGB coverter
+ *  rgb2rgb.h, Software RGB to RGB converter
  *
  */
 
@@ -8,5 +8,6 @@
 #define RGB2RGB_INCLUDED
 
 extern void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size);
+extern void rgb32to24(uint8_t *src,uint8_t *dst,uint32_t src_size);
 
 #endif