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:
parent
3909e4cdfc
commit
b7e179f6d3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user