From e624cbbce35184dc9211cf2e8315653b1e5b0ce7 Mon Sep 17 00:00:00 2001 From: mswitch Date: Sat, 19 Jan 2002 15:01:28 +0000 Subject: [PATCH] Removed seeking warning message since it has now been fixed in the driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4253 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index f26cca337e..009864e15a 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -451,7 +451,6 @@ static void flip_page(void) static int prev_pts = 0; /* Flush the device if a seek occured */ if (prev_pts > vo_pts) { - printf("\nWARNING: Seeking may or may not break a/v sync (sometimes seeking again helps)\n"); ioval = EM8300_SUBDEVICE_VIDEO; ioctl(fd_control, EM8300_IOCTL_FLUSH, &ioval); }