summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 9015291b44..8e1f9d9da3 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -98,7 +98,7 @@ int stream_cache_size=-1;
extern int cache_fill_status;
float stream_cache_min_percent=20.0;
-float stream_cache_prefill_percent=5.0;
+float stream_cache_seek_min_percent=50.0;
#else
#define cache_fill_status 0
#endif