From 88f23dbe9bb383bf87636cc0e5ebd52b6979bb28 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 2 Oct 2004 00:38:17 +0000 Subject: compilation fix idea by Erik Augustson and Ivan Kalvachev git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13525 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/netstream.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TOOLS') diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c index 1d5b80ea62..9e534f7687 100644 --- a/TOOLS/netstream/netstream.c +++ b/TOOLS/netstream/netstream.c @@ -352,6 +352,9 @@ int main(int argc, char** argv) { //---- For libmpdemux +float stream_cache_prefill_percent=5.0; +float stream_cache_min_percent=20.0; + #include #include -- cgit v1.2.3