From b7e179f6d3dc13d76bfdf4d5712e23328219c603 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Jan 2016 19:48:55 +0100 Subject: video: fix debug message Should not be a warning, and the message text was also very useless. --- player/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3