[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.100,1.101
David Holm
mswitch at mplayerhq.hu
Thu Oct 31 00:31:23 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv26953/libvo
Modified Files:
vo_dxr3.c
Log Message:
Removed debugging output
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- vo_dxr3.c 29 Oct 2002 01:38:42 -0000 1.100
+++ vo_dxr3.c 30 Oct 2002 23:31:02 -0000 1.101
@@ -472,10 +472,6 @@
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);
More information about the MPlayer-cvslog
mailing list