diff mencoder.c @ 12835:4235ae5a2d60

cache min fill adjustment, based on patch by Jeremy Huddleston
author iive
date Fri, 16 Jul 2004 20:31:17 +0000
parents 7f8ae1376d6c
children fcce0023bf55
line wrap: on
line diff
--- a/mencoder.c	Fri Jul 16 17:16:00 2004 +0000
+++ b/mencoder.c	Fri Jul 16 20:31:17 2004 +0000
@@ -105,6 +105,9 @@
 int stream_cache_size=-1;
 #ifdef USE_STREAM_CACHE
 extern int cache_fill_status;
+
+float stream_cache_min_percent=20.0;
+float stream_cache_prefill_percent=5.0;
 #else
 #define cache_fill_status 0
 #endif