diff TOOLS/netstream/netstream.c @ 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 e7c8200ffdc5
children bdcd608b0e97
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>