From 4664f8b3b7cd5089463623df02655ec11e258671 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 19 May 2014 23:27:09 +0200 Subject: cache: redo options and default settings Some options change from percentages to number of kilobytes; there are no cache options using percentages anymore. Raise the default values. The cache is now 25000 kilobytes, although if your connection is slow enough, the maximum is probably never reached. (Although all the memory will still be used as seekback-cache.) Remove the separate --audio-file-cache option, and use the cache default settings for it. --- options/m_config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'options/m_config.c') diff --git a/options/m_config.c b/options/m_config.c index 271b2bde8b..857d6591b7 100644 --- a/options/m_config.c +++ b/options/m_config.c @@ -881,7 +881,6 @@ static const char *replaced_opts = "|aspect#--video-aspect" "|ass-bottom-margin#--vf=sub=bottom:top" "|ass#--sub-ass" - "|audiofile-cache#--audio-file-cache" "|audiofile#--audio-file" "|benchmark#--untimed (no stats)" "|capture#--stream-capture=" -- cgit v1.2.3