Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.h275 int prefetch_open; member
H A Doptions.c533 {"prefetch-playlist", OPT_FLAG(prefetch_open)},
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dloadfile.c1172 if (!mpctx->opts->prefetch_open) in prefetch_next()