summaryrefslogtreecommitdiff
path: root/postproc/rgb2rgb.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-10-28 10:45:42 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-10-28 10:45:42 +0000
commitb238eb2e77126cae257bc85efb7677cf4a082349 (patch)
tree43b6e1ab448dea2b96dc1c7f1b097e11ac2733c5 /postproc/rgb2rgb.h
parent59ac5a936ca7eab31c8422b934f1872e61612f6a (diff)
vo_vesa: more rgb2rgb support
Originally committed as revision 2507 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/rgb2rgb.h')
-rw-r--r--postproc/rgb2rgb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h
index 7d81ef171a..69cc9cc2a4 100644
--- a/postproc/rgb2rgb.h
+++ b/postproc/rgb2rgb.h
@@ -1,6 +1,6 @@
/*
*
- * rgb2rgb.h, Software RGB to RGB converter
+ * rgb2rgb.h, Software RGB to RGB convertor
*
*/
@@ -9,5 +9,6 @@
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);
+extern void rgb15to16(uint8_t *src,uint8_t *dst,uint32_t src_size);
#endif