diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-02 12:02:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-02 12:02:39 +0000 |
commit | 27450908d5c4464c3f0919f255c5decd4c78cdfd (patch) | |
tree | 766a5c87ad04a15a9af893ae3b1360ba0f95148c /DOCS | |
parent | 943139cc78038c3aea0837229298cb2c08e3f8a2 (diff) |
-cache-min, -cache-prefill documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12934 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index a23ee11c39..693573bdb4 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -656,6 +656,14 @@ This option specifies how much memory (in kBytes) to use when precaching a file/\:URL. Especially useful on slow media (default is \-nocache). .TP +.B \-cache-min <percentage> +Playback will start when the cache fill threshold set with this option +is reached. +.TP +.B \-cache-prefill <percentage> (not yet implemented) +When the cache is emptied MPlayer will pause and restart playback when +the cache prefill threshold set with this option is reached. +.TP .B \-cdda <option1:option2> (CDDA only) This option can be used to tune the CD Audio reading feature of MPlayer. |