summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:28:08 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:28:08 +0000
commitce1e5d842b44623bc002b708bfa3371136843b1c (patch)
treebc6d929c6f94d7964afd297f27726d13faf70bb7 /postproc/rgb2rgb.h
parentd6bed371d7742c5f9a3f934540212875d0e3bc4c (diff)
downloadmpv-ce1e5d842b44623bc002b708bfa3371136843b1c.tar.bz2
mpv-ce1e5d842b44623bc002b708bfa3371136843b1c.tar.xz
vo_vesa: more rgb2rgb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2506 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 4224487d32..7d81ef171a 100644
--- a/postproc/rgb2rgb.h
+++ b/postproc/rgb2rgb.h
@@ -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