changeset 23294:30c61fe726bf

Output message fix Add missing '\n' to "pts value <= previous", change level to INFO
author uau
date Mon, 14 May 2007 01:23:52 +0000
parents 2d2589256c4b
children ab885f928444
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sun May 13 22:54:03 2007 +0000
+++ b/mplayer.c	Mon May 14 01:23:52 2007 +0000
@@ -2056,7 +2056,7 @@
 	    sh_video->last_pts= sh_video->pts;
 	else if (sh_video->last_pts >= sh_video->pts) {
 	    sh_video->last_pts = sh_video->pts;
-	    mp_msg(MSGT_CPLAYER, MSGL_WARN, "pts value <= previous");
+	    mp_msg(MSGT_CPLAYER, MSGL_INFO, "pts value <= previous\n");
 	}
 	frame_time = sh_video->pts - sh_video->last_pts;
 	sh_video->last_pts = sh_video->pts;