aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2001-11-04 19:50:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2001-11-04 19:50:29 +0000
commit9ce6584e496b5a4a33edaefe32921d6eb0e56f37 (patch)
treedd459e8cd816b54d38da6a23f55eb6d344be8f88 /postproc/rgb2rgb.h
parentfcfbc150aa65b3a575186cb2e721dd6008d74c12 (diff)
downloadffmpeg-9ce6584e496b5a4a33edaefe32921d6eb0e56f37.tar.gz
palette to bgr24
Originally committed as revision 2698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/rgb2rgb.h')
-rw-r--r--postproc/rgb2rgb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h
index db6aff5f80..0f7c8141a0 100644
--- a/postproc/rgb2rgb.h
+++ b/postproc/rgb2rgb.h
@@ -16,6 +16,6 @@ void rgb32to15(uint8_t *src, uint8_t *dst, int src_size);
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