diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-28 15:39:37 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-28 15:39:37 +0000 |
commit | a838c5965df6832eb70dc90127c3be0a8cef358d (patch) | |
tree | c116fe37010b7abc9af7529899fc679bae0bb713 | |
parent | 475ca40c8537d77b3d14954c0b90b6f68c06c329 (diff) | |
download | xine-lib-a838c5965df6832eb70dc90127c3be0a8cef358d.tar.gz xine-lib-a838c5965df6832eb70dc90127c3be0a8cef358d.tar.bz2 |
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
-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; |