summaryrefslogtreecommitdiffstats
path: root/mpvcore/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mplayer.c')
-rw-r--r--mpvcore/mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index 001798aa9b..68c7a2ad1a 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -1188,7 +1188,7 @@ static void print_status(struct MPContext *mpctx)
{
// VO stats
if (sh_video && mpctx->drop_frame_cnt)
- saddf(&line, " D: %d", mpctx->drop_frame_cnt);
+ saddf(&line, " Late: %d", mpctx->drop_frame_cnt);
}
int cache = mp_get_cache_percent(mpctx);