diff options
author | mswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-19 15:01:28 +0000 |
---|---|---|
committer | mswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-19 15:01:28 +0000 |
commit | e624cbbce35184dc9211cf2e8315653b1e5b0ce7 (patch) | |
tree | d6a8f9841ee21c32c003049f07f8ea0cf3e786d6 /libvo | |
parent | 46ae846897316e0a89569da6a6c687c59c1842b8 (diff) |
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
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_dxr3.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |