diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 15555db62..4bf69b4cd 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -733,6 +733,7 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, this->curpos = 0; this->nbc = nbc_init (stream); + nbc_set_high_water_mark (this->nbc, 80); this->stream = stream; this->tuner = tuner; this->channels = channels; |