summaryrefslogtreecommitdiffstats
path: root/stream/stream_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_file.c')
-rw-r--r--stream/stream_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_file.c b/stream/stream_file.c
index f506a0f644..22be803fba 100644
--- a/stream/stream_file.c
+++ b/stream/stream_file.c
@@ -187,6 +187,7 @@ static int open_f(stream_t *stream,int mode, void* opts, int* file_format) {
stream->fill_buffer = fill_buffer;
stream->write_buffer = write_buffer;
stream->control = control;
+ stream->read_chunk = 64*1024;
m_struct_free(&stream_opts,opts);
return STREAM_OK;