diff postproc/rgb2rgb.h @ 2697:1eaf3f89e49f

palette to bgr24
author michael
date Sun, 04 Nov 2001 19:50:29 +0000
parents 2924350d92ed
children 9b47bc409083
line wrap: on
line diff
--- a/postproc/rgb2rgb.h	Sun Nov 04 19:47:19 2001 +0000
+++ b/postproc/rgb2rgb.h	Sun Nov 04 19:50:29 2001 +0000
@@ -16,6 +16,6 @@
 void palette8torgb32(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette);
 void palette8torgb16(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette);
 void palette8torgb15(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette);
-
+void palette8torgb24(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette);
 
 #endif