[Mplayer-cvslog] CVS: main mplayer.c,1.703,1.704

Alex Beregszaszi alex at mplayerhq.hu
Fri Jun 27 12:16:41 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv14957

Modified Files:
	mplayer.c 
Log Message:
moved the system too slow message to MSGL_WARN, so gui users will not be annoyed.. (and imho it fits better into that category, warning vs error)

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.703
retrieving revision 1.704
diff -u -r1.703 -r1.704
--- mplayer.c	9 Jun 2003 12:15:40 -0000	1.703
+++ mplayer.c	27 Jun 2003 10:16:14 -0000	1.704
@@ -2256,7 +2256,7 @@
 	AV_delay=(a_pts-delay-audio_delay)-v_pts;
 	if(AV_delay>0.5 && drop_frame_cnt>50+drop_message*250){
 	  ++drop_message;
-	  mp_msg(MSGT_AVSYNC,MSGL_ERR,MSGTR_SystemTooSlow);
+	  mp_msg(MSGT_AVSYNC,MSGL_WARN,MSGTR_SystemTooSlow);
 	}
         x=AV_delay*0.1f;
         if(x<-max_pts_correction) x=-max_pts_correction; else



More information about the MPlayer-cvslog mailing list