changeset 7989:31d6c10b8887

Removed debugging output
author mswitch
date Wed, 30 Oct 2002 23:31:02 +0000
parents e52ace331901
children f4f9390651b2
files libvo/vo_dxr3.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Wed Oct 30 22:49:39 2002 +0000
+++ b/libvo/vo_dxr3.c	Wed Oct 30 23:31:02 2002 +0000
@@ -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);