From 8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 15 Nov 2003 20:43:11 +0000 Subject: * 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 --- src/demuxers/demux_rawdv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers') 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; -- cgit v1.2.3