mirror of https://github.com/mpv-player/mpv
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:
parent
46ae846897
commit
e624cbbce3
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue