Home
last modified time | relevance | path

Searched refs:current_seek (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dmisc.c164 if (mpctx->current_seek.type) { in issue_refresh_seek()
165 mpctx->seek = mpctx->current_seek; in issue_refresh_seek()
H A Dplayloop.c249 mpctx->current_seek = (struct seek_params){0}; in reset_playback_state()
423 mpctx->current_seek = seek; in mp_seek()
1129 mpctx->current_seek = (struct seek_params){0}; in handle_playback_restart()
H A Dcore.h361 struct seek_params current_seek; member