summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
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 /cfg-common.h
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 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 4b623c3830..f4b278d8bd 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -16,7 +16,7 @@
{"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 32, 1048576, NULL},
{"nocache", &stream_cache_size, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"cache-min", &stream_cache_min_percent, CONF_TYPE_FLOAT, CONF_RANGE, 0, 99, NULL},
- {"cache-prefill", &stream_cache_prefill_percent, CONF_TYPE_FLOAT, CONF_RANGE, 0, 99, NULL},
+ {"cache-seek-min", &stream_cache_seek_min_percent, CONF_TYPE_FLOAT, CONF_RANGE, 0, 99, NULL},
#else
{"cache", "MPlayer was compiled without cache2 support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif