summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/video.c')
-rw-r--r--player/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/video.c b/player/video.c
index 956e55d843..75ab78d5ab 100644
--- a/player/video.c
+++ b/player/video.c
@@ -1321,7 +1321,7 @@ void write_video(struct MPContext *mpctx)
osd_set_force_video_pts(mpctx->osd, MP_NOPTS_VALUE);
if (!update_subtitles(mpctx, mpctx->next_frames[0]->pts)) {
- MP_VERBOSE(mpctx, "Video frame delayed due waiting on subtitles.\n");
+ MP_VERBOSE(mpctx, "Video frame delayed due to waiting on subtitles.\n");
return;
}