Removed debugging output

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7990 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mswitch 2002-10-30 23:31:02 +00:00
parent 4d43766725
commit 832964ab8e
1 changed files with 0 additions and 4 deletions

View File

@ -472,10 +472,6 @@ static void flip_page(void)
ioctl(fd_control, EM8300_IOCTL_SCR_SET, &ioval);
pts_offset = 0;
} else if ((vo_pts - pts_offset) < (ioval - 7200) || (vo_pts - pts_offset) > (ioval + 7200)) {
if (prev_pts > vo_pts) {
printf(" !! Wrap !!\n");
}
printf("VO: [dxr3] Resync\n");
ioval = (vo_pts + pts_offset) >> 1;
ioctl(fd_control, EM8300_IOCTL_SCR_SET, &ioval);
ioctl(fd_control, EM8300_IOCTL_SCR_GET, &ioval);