summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index b3d5b9b04b..cfc22415e5 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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;