Mercurial > mplayer.hg
changeset 4730:330462dd5569
Changed the default prefill cache value for raw network input stream.
author | bertrand |
---|---|
date | Sun, 17 Feb 2002 00:05:08 +0000 |
parents | f51bd827ed1c |
children | c8125c117807 |
files | libmpdemux/network.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/network.c Sat Feb 16 21:48:59 2002 +0000 +++ b/libmpdemux/network.c Sun Feb 17 00:05:08 2002 +0000 @@ -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;