mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
sub: fix typo in comment
This commit is contained in:
parent
b9d351f02a
commit
501876e2fa
@ -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));
|
term_osd_set_subs(mpctx, sub_get_text(dec_sub, video_pts));
|
||||||
|
|
||||||
// Handle displaying subtitles on VO with no video being played. This is
|
// 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.
|
// frames, using the video frames' timestamps.
|
||||||
if (mpctx->video_out && mpctx->video_status == STATUS_EOF) {
|
if (mpctx->video_out && mpctx->video_status == STATUS_EOF) {
|
||||||
if (osd_get_force_video_pts(mpctx->osd) != video_pts) {
|
if (osd_get_force_video_pts(mpctx->osd) != video_pts) {
|
||||||
|
Loading…
Reference in New Issue
Block a user