0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

sub: fix typo in comment

This commit is contained in:
wm4 2019-05-19 14:54:59 +02:00
parent b9d351f02a
commit 501876e2fa

View File

@ -110,7 +110,7 @@ static bool update_subtitle(struct MPContext *mpctx, double video_pts,
term_osd_set_subs(mpctx, sub_get_text(dec_sub, video_pts));
// Handle displaying subtitles on VO with no video being played. This is
// quite differently, because normally subtitles are redrawn on new video
// quite different, because normally subtitles are redrawn on new video
// frames, using the video frames' timestamps.
if (mpctx->video_out && mpctx->video_status == STATUS_EOF) {
if (osd_get_force_video_pts(mpctx->osd) != video_pts) {