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 --- TOOLS/netstream/netstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c index 88a65fa194..68de83b26a 100644 --- a/TOOLS/netstream/netstream.c +++ b/TOOLS/netstream/netstream.c @@ -375,7 +375,7 @@ int main(int argc, char** argv) { //---- For libmpdemux -float stream_cache_prefill_percent=5.0; +float stream_cache_seek_min_percent=50.0; float stream_cache_min_percent=20.0; #include -- cgit v1.2.3