diff TOOLS/netstream/netstream.c @ 16152:10a69a812eff

remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
author iive
date Sun, 31 Jul 2005 00:26:07 +0000
parents bdcd608b0e97
children dd053aeb5442
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c	Sat Jul 30 03:04:35 2005 +0000
+++ b/TOOLS/netstream/netstream.c	Sun Jul 31 00:26:07 2005 +0000
@@ -375,7 +375,7 @@
 
 //---- 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 <libmpdemux/demuxer.h>