[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.34,1.35
Bertrand Baudet
bertrand at mplayer.dev.hu
Sun Feb 17 01:05:11 CET 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv30530
Modified Files:
network.c
Log Message:
Changed the default prefill cache value for raw network input stream.
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- network.c 16 Feb 2002 21:48:59 -0000 1.34
+++ network.c 17 Feb 2002 00:05:08 -0000 1.35
@@ -551,7 +551,7 @@
stream->streaming_ctrl->streaming_read = nop_streaming_read;
stream->streaming_ctrl->streaming_seek = nop_streaming_seek;
- stream->streaming_ctrl->prebuffer_size = 4096; // KBytes
+ stream->streaming_ctrl->prebuffer_size = 8192; // KBytes
stream->streaming_ctrl->buffering = 1;
stream->streaming_ctrl->status = streaming_playing_e;
return 0;
More information about the MPlayer-cvslog
mailing list