summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 622111f1d8..aaf77f67fd 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -668,7 +668,7 @@ static int draw_slice(uint8_t * image[], int stride[], int w, int h,
static int draw_frame(uint8_t * src[])
{
- printf("draw_frame() called!!!!!!");
+ mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_XV_DrawFrameCalled);
return -1;
}