mirror of https://github.com/mpv-player/mpv
player: don't sleep after seeks
This commit is contained in:
parent
b6af44d31e
commit
a84517c1d8
|
@ -326,6 +326,7 @@ static int mp_seek(MPContext *mpctx, struct seek_params seek,
|
|||
}
|
||||
|
||||
mpctx->start_timestamp = mp_time_sec();
|
||||
mpctx->sleeptime = 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue