[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.34,1.35

David Holm mswitch at mplayer.dev.hu
Sat Jan 19 16:01:38 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv9760/libvo

Modified Files:
	vo_dxr3.c 
Log Message:
Removed seeking warning message since it has now been fixed in the driver


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- vo_dxr3.c	17 Jan 2002 19:24:33 -0000	1.34
+++ vo_dxr3.c	19 Jan 2002 15:01:28 -0000	1.35
@@ -451,7 +451,6 @@
 	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);
 	}




More information about the MPlayer-cvslog mailing list