aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
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)