summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/defaultopts.c b/defaultopts.c
index 0fc79e4df4..cac97c04dd 100644
--- a/defaultopts.c
+++ b/defaultopts.c
@@ -22,6 +22,8 @@ void set_default_mplayer_options(struct MPOpts *opts)
.stream_dump_name = "stream.dump",
.loop_times = -1,
.ordered_chapters = 1,
+ .stream_cache_min_percent = 20.0,
+ .stream_cache_seek_min_percent = 50.0,
.chapterrange = {-1, -1},
.edition_id = -1,
.user_correct_pts = -1,