summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-31 00:26:07 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-31 00:26:07 +0000
commit84ec57750883208b7ef49d31373eca82bcd345fc (patch)
tree293b4622a73bad8365f4f14e296f76b60d1b88ce /TOOLS
parentf135605359cbbcf93ed932029e6aecb012f48690 (diff)
downloadmpv-84ec57750883208b7ef49d31373eca82bcd345fc.tar.bz2
mpv-84ec57750883208b7ef49d31373eca82bcd345fc.tar.xz
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
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/netstream.c2
1 files changed, 1 insertions, 1 deletions
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 <libmpdemux/demuxer.h>