summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-15 20:43:11 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-15 20:43:11 +0000
commit8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9 (patch)
tree2c2cbd6d1e55ec2d9dc836bc89b8efe9d0ca315c /src/demuxers
parent9271a230caa25831202936e63cce3716ffe2011a (diff)
downloadxine-lib-8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9.tar.gz
xine-lib-8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9.tar.bz2
* making metronom xine_stream_t independent
* using xprintf() and lprintf() inside metronom * prebuffer is now a metronom option * some small structure cleanup CVS patchset: 5737 CVS date: 2003/11/15 20:43:11
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/demux_rawdv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_rawdv.c b/src/demuxers/demux_rawdv.c
index 737e2d4b0..5203c45ce 100644
--- a/src/demuxers/demux_rawdv.c
+++ b/src/demuxers/demux_rawdv.c
@@ -19,7 +19,7 @@
*/
/*
- * $Id: demux_rawdv.c,v 1.14 2003/11/15 14:01:00 miguelfreitas Exp $
+ * $Id: demux_rawdv.c,v 1.15 2003/11/15 20:43:11 mroi Exp $
*
* demultiplexer for raw dv streams
*/
@@ -376,7 +376,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str
if (!INPUT_IS_SEEKABLE(this->input)) {
/* "live" DV streams require more prebuffering */
- this->stream->metronom_prebuffer = 90000;
+ this->stream->metronom->set_option(this->stream->metronom, METRONOM_PREBUFFER, 90000);
}
return &this->demux_plugin;