mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Remove unneeded code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18880 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
147aa0219a
commit
4e56b4f512
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user