1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 15:22:09 +00:00

video: fix debug message

Should not be a warning, and the message text was also very useless.
This commit is contained in:
wm4 2016-01-06 19:48:55 +01:00
parent 3909e4cdfc
commit b7e179f6d3

View File

@ -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;
}