summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:45:42 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:45:42 +0000
commit6c5420d178eebc620343e23df88fb9daefbcddfb (patch)
tree0b76df2b1ecf540cb22e0381ffafc22b069d7b52 /postproc/rgb2rgb.h
parentce1e5d842b44623bc002b708bfa3371136843b1c (diff)
downloadmpv-6c5420d178eebc620343e23df88fb9daefbcddfb.tar.bz2
mpv-6c5420d178eebc620343e23df88fb9daefbcddfb.tar.xz
vo_vesa: more rgb2rgb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2507 b3059339-0415-0410-9bf9-f77b7e298cf2
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