diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-15 16:54:10 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-15 16:54:10 +0000 |
commit | 04cead387b26800a35da981a21d3a86048fd5dbd (patch) | |
tree | 47654727dbe5d5a438b78f8c33cf66e750d6b7c4 /src/input/input_http.c | |
parent | d84f253422522de188a6c0c86897939f7f41651a (diff) | |
download | xine-lib-04cead387b26800a35da981a21d3a86048fd5dbd.tar.gz xine-lib-04cead387b26800a35da981a21d3a86048fd5dbd.tar.bz2 |
- set high water marks to higher values in http, pnm and
rtsp input plugins to prevent stuttering at the beginning
- enable CAP_PREVIEW in pnm and rtsp input plugins
CVS patchset: 3545
CVS date: 2002/12/15 16:54:10
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 */ |