Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dplayloop.c701 bool use_pause_on_low_cache = opts->cache_pause && mpctx->play_dir > 0; in handle_update_cache() local
707 use_pause_on_low_cache &= opts->cache_pause_initial && in handle_update_cache()
712 bool is_low = use_pause_on_low_cache && !s.idle && in handle_update_cache()