summaryrefslogtreecommitdiff
path: root/postproc/rgb2rgb.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-10-28 10:28:08 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-10-28 10:28:08 +0000
commit59ac5a936ca7eab31c8422b934f1872e61612f6a (patch)
tree6eaea72d4015e1a28bd58c5ef933ab6bc663927d /postproc/rgb2rgb.h
parentb234ae818baabca22afed95b70fb5a3607dac0cc (diff)
vo_vesa: more rgb2rgb support
Originally committed as revision 2506 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 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