changeset 13524:3995d5cef8b3

compilation fix idea by Erik Augustson <erik_27can at yahoo dot com> and Ivan Kalvachev
author diego
date Sat, 02 Oct 2004 00:38:17 +0000
parents 1958e47f0efb
children 3b989771a870
files TOOLS/netstream/netstream.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c	Sat Oct 02 00:29:02 2004 +0000
+++ b/TOOLS/netstream/netstream.c	Sat Oct 02 00:38:17 2004 +0000
@@ -352,6 +352,9 @@
 
 //---- For libmpdemux
 
+float stream_cache_prefill_percent=5.0;
+float stream_cache_min_percent=20.0;
+
 #include <libmpdemux/demuxer.h>
 #include <libmpdemux/stheader.h>