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
This commit is contained in:
mswitch 2002-01-19 15:01:28 +00:00
parent 46ae846897
commit e624cbbce3
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}