From a838c5965df6832eb70dc90127c3be0a8cef358d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 28 Dec 2002 15:39:37 +0000 Subject: set high water mark a little higher to avoid stuttering when switching to a new channel CVS patchset: 3706 CVS date: 2002/12/28 15:39:37 --- src/input/input_dvb.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3