mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 00:06:56 +00:00
1. -cache-prefil has not been renamed, it's been removed (-cache-seek-min
is a new option) 2. the default value is 50 not 5 noticed by iive git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16297 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
74679ac6e1
commit
49b1976bfa
@ -143,8 +143,8 @@ cache = 8192
|
||||
# Prefill 20% of the cache before starting playback.
|
||||
cache-min = 20.0
|
||||
#
|
||||
# Prefill 5% of the cache before restarting playback after the cache emptied.
|
||||
cache-seek-min = 5.0
|
||||
# Prefill 50% of the cache before restarting playback after the cache emptied.
|
||||
cache-seek-min = 50
|
||||
|
||||
# DVD: Display English subtitles if available.
|
||||
# slang = en
|
||||
|
Loading…
Reference in New Issue
Block a user