summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2003-02-02 11:33:36 +0000
committerEwald Snel <esnel@users.sourceforge.net>2003-02-02 11:33:36 +0000
commit788c970df6cdfdf906b951e3de1017d82e2252e6 (patch)
tree1020ff84c51bc210b87496f38ffe474a9d5c20eb /src
parent0d351ab03f9b0f753a7e7c9878963a366663f129 (diff)
downloadxine-lib-788c970df6cdfdf906b951e3de1017d82e2252e6.tar.gz
xine-lib-788c970df6cdfdf906b951e3de1017d82e2252e6.tar.bz2
Function replaced
CVS patchset: 4086 CVS date: 2003/02/02 11:33:36
Diffstat (limited to 'src')
-rw-r--r--src/video_out/yuv2rgb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_out/yuv2rgb.h b/src/video_out/yuv2rgb.h
index 36ea94229..808a84d7a 100644
--- a/src/video_out/yuv2rgb.h
+++ b/src/video_out/yuv2rgb.h
@@ -164,6 +164,5 @@ void mmx_yuv2rgb_set_gamma(int gamma);
void yuv2rgb_init_mmxext (yuv2rgb_factory_t *this);
void yuv2rgb_init_mmx (yuv2rgb_factory_t *this);
void yuv2rgb_init_mlib (yuv2rgb_factory_t *this);
-int yuv2rgb_slice (yuv2rgb_t *this, uint8_t **dest);
#endif