diff options
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r-- | src/input/input_http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index bcdfde748..78cae53ed 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -880,6 +880,8 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, xine_stream_t *strea this->nbc = nbc_init (this->stream); + nbc_set_high_water_mark(this->nbc, 30); + /* * fill preview buffer */ |