# HG changeset patch # User mswitch # Date 1011452488 0 # Node ID d74d4d26b87b9582b4333ee95e664efed6126a06 # Parent 05affdf4bdcd048070e9abef997a24f5f69ece57 Removed seeking warning message since it has now been fixed in the driver diff -r 05affdf4bdcd -r d74d4d26b87b libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Sat Jan 19 09:04:02 2002 +0000 +++ b/libvo/vo_dxr3.c Sat Jan 19 15:01:28 2002 +0000 @@ -451,7 +451,6 @@ 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); }