diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-16 20:31:17 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-16 20:31:17 +0000 |
commit | 9b0d8c680f63463b1dcf6cf5597018549d469c0b (patch) | |
tree | ade4bb6ce8b884a7ba46ef6eac25157c4df259da /etc/example.conf | |
parent | eb75e9bfde5b510e9272d0505e3d12700db5ae1b (diff) | |
download | mpv-9b0d8c680f63463b1dcf6cf5597018549d469c0b.tar.bz2 mpv-9b0d8c680f63463b1dcf6cf5597018549d469c0b.tar.xz |
cache min fill adjustment, based on patch by Jeremy Huddleston
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12836 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/example.conf')
-rw-r--r-- | etc/example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf index 0911bc973b..a235c1c271 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -116,6 +116,8 @@ framedrop = yes # drop frames, when not in sync (slow CPU, videocard, # etc) cache = 8192 # use 8Mb input cache by default +cache_min = 20.0 # Prefill 20% of the cache before initially playing +cache_prefill = 5.0 # Prefill 5% of the cache before restarting playback if it empties # slang = en # DVD : display english subtitles if available # alang = en # DVD : play english audio tracks if available |