Changed the default prefill cache value for raw network input stream.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4731 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bertrand 2002-02-17 00:05:08 +00:00
parent d6d9502386
commit 63d13413b7
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ nop_streaming_start( stream_t *stream ) {
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;