From 9b0d8c680f63463b1dcf6cf5597018549d469c0b Mon Sep 17 00:00:00 2001 From: iive Date: Fri, 16 Jul 2004 20:31:17 +0000 Subject: 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 --- etc/example.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3