Output message fix

Add missing '\n' to "pts value <= previous", change level to INFO


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23312 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2007-05-14 01:23:52 +00:00
parent c024772645
commit 4014582d7b
1 changed files with 1 additions and 1 deletions

View File

@ -2056,7 +2056,7 @@ static double update_video(int *blit_frame)
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;