From 84ec57750883208b7ef49d31373eca82bcd345fc Mon Sep 17 00:00:00 2001 From: iive Date: Sun, 31 Jul 2005 00:26:07 +0000 Subject: remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16153 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 9015291b44..8e1f9d9da3 100644 --- a/mencoder.c +++ b/mencoder.c @@ -98,7 +98,7 @@ int stream_cache_size=-1; extern int cache_fill_status; float stream_cache_min_percent=20.0; -float stream_cache_prefill_percent=5.0; +float stream_cache_seek_min_percent=50.0; #else #define cache_fill_status 0 #endif -- cgit v1.2.3