Mercurial > mplayer.hg
changeset 4252:d74d4d26b87b
Removed seeking warning message since it has now been fixed in the driver
author | mswitch |
---|---|
date | Sat, 19 Jan 2002 15:01:28 +0000 |
parents | 05affdf4bdcd |
children | 4b39bde9f7ad |
files | libvo/vo_dxr3.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }