summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorlucabe <lucabe@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-01 14:39:14 +0000
committerlucabe <lucabe@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-01 14:39:14 +0000
commit4e56b4f512a45dc8aeb428f7fac1cf686fd0b35d (patch)
tree3d95cc23624e44c7aaa56d5cc01f43655512eb27 /libswscale
parent147aa0219a7900ec2e907c8cb5d1267259d2d363 (diff)
downloadmpv-4e56b4f512a45dc8aeb428f7fac1cf686fd0b35d.tar.bz2
mpv-4e56b4f512a45dc8aeb428f7fac1cf686fd0b35d.tar.xz
Remove unneeded code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18880 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/rgb2rgb.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index e38893deaf..79de5a018f 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -124,21 +124,6 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint
long srcStride1, long srcStride2,
long srcStride3, long dstStride);
-
-#define MODE_RGB 0x1
-#define MODE_BGR 0x2
-
-static void yuv2rgb(uint8_t * image, uint8_t * py,
- uint8_t * pu, uint8_t * pv,
- unsigned h_size, unsigned v_size,
- int rgb_stride, int y_stride, int uv_stride){
-printf("broken, this should use the swscaler\n");
-}
-
-static void yuv2rgb_init (unsigned bpp, int mode){
-printf("broken, this should use the swscaler\n");
-}
-
void sws_rgb2rgb_init(int flags);
#endif