[Mplayer-cvslog] CVS: main/TOOLS/netstream netstream.c,1.6,1.7
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Oct 2 02:38:19 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/TOOLS/netstream
In directory mail:/var2/tmp/cvs-serv28586/TOOLS/netstream
Modified Files:
netstream.c
Log Message:
compilation fix
idea by Erik Augustson <erik_27can at yahoo dot com> and Ivan Kalvachev
Index: netstream.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/netstream/netstream.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- netstream.c 17 Apr 2004 16:46:41 -0000 1.6
+++ netstream.c 2 Oct 2004 00:38:17 -0000 1.7
@@ -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>
More information about the MPlayer-cvslog
mailing list