summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2017-10-23 10:53:28 +0200
committerMartin Herkt <652892+lachs0r@users.noreply.github.com>2017-12-03 21:24:18 +0100
commit744b67d9e554c1aea78f3fd3c92adc5bd79339ae (patch)
treeb75378c2bea712070a0619be43e92ad70501347c /player/video.c
parent1a9fb7937a1a4d32065a144a2dc960bba04ddf10 (diff)
downloadmpv-744b67d9e554c1aea78f3fd3c92adc5bd79339ae.tar.bz2
mpv-744b67d9e554c1aea78f3fd3c92adc5bd79339ae.tar.xz
Fix various typos in log messages
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;
}