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 70c12e63c0..1005694abe 100644
--- a/player/video.c
+++ b/player/video.c
@@ -1205,7 +1205,7 @@ void write_video(struct MPContext *mpctx, double endpts)
update_avsync_before_frame(mpctx);
if (!update_subtitles(mpctx, mpctx->next_frames[0]->pts)) {
- MP_WARN(mpctx, "subt wait\n");
+ MP_VERBOSE(mpctx, "Video frame delayed due waiting on subtitles.\n");
return;
}