diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-31 00:26:07 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-31 00:26:07 +0000 |
commit | 84ec57750883208b7ef49d31373eca82bcd345fc (patch) | |
tree | 293b4622a73bad8365f4f14e296f76b60d1b88ce /TOOLS/netstream | |
parent | f135605359cbbcf93ed932029e6aecb012f48690 (diff) |
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/netstream')
-rw-r--r-- | TOOLS/netstream/netstream.c | 2 |
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> |