summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 16:40:48 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 16:40:48 +0000
commit18fac2d9475e3292a8f7273a6811710f2539cd6b (patch)
tree4218292d58ac5139eec2133e0c53ad8a5e76fcd4 /libvo/vo_xv.c
parenteb4f31f73b05ae7c7f63bf182a5540bdec5da7fe (diff)
downloadmpv-18fac2d9475e3292a8f7273a6811710f2539cd6b.tar.bz2
mpv-18fac2d9475e3292a8f7273a6811710f2539cd6b.tar.xz
Remove code from unused and since ages deprecated draw_frame function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27917 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 684d543c72..1019036476 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -551,8 +551,7 @@ static int draw_slice(uint8_t * image[], int stride[], int w, int h,
static int draw_frame(uint8_t * src[])
{
- mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_XV_DrawFrameCalled);
- return -1;
+ return VO_ERROR;
}
static uint32_t draw_image(mp_image_t * mpi)