Mercurial > mplayer.hg
diff libvo/vo_xv.c @ 36517:5d3f93051de9
Remove empty draw_slice and draw_frame stubs.
Long term, draw_frame should be removed completely.
author | reimar |
---|---|
date | Sat, 18 Jan 2014 21:39:07 +0000 |
parents | 6b08a8332561 |
children | e788bcd9d49b |
line wrap: on
line diff
--- a/libvo/vo_xv.c Sat Jan 18 20:41:46 2014 +0000 +++ b/libvo/vo_xv.c Sat Jan 18 21:39:07 2014 +0000 @@ -42,6 +42,7 @@ #include "mp_msg.h" #include "help_mp.h" #include "video_out.h" +#define NO_DRAW_FRAME #include "video_out_internal.h" #include "libmpcodecs/vf.h" @@ -417,11 +418,6 @@ return 0; } -static int draw_frame(uint8_t * src[]) -{ - return VO_ERROR; -} - static uint32_t draw_image(mp_image_t * mpi) { if (mpi->flags & MP_IMGFLAG_DIRECT)