diff mencoder.c @ 16152:10a69a812eff

remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
author iive
date Sun, 31 Jul 2005 00:26:07 +0000
parents f0d22e076a7d
children a9f7eff9e437
line wrap: on
line diff
--- a/mencoder.c	Sat Jul 30 03:04:35 2005 +0000
+++ b/mencoder.c	Sun Jul 31 00:26:07 2005 +0000
@@ -98,7 +98,7 @@
 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