diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-15 20:43:11 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-15 20:43:11 +0000 |
commit | 8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9 (patch) | |
tree | 2c2cbd6d1e55ec2d9dc836bc89b8efe9d0ca315c /src/dxr3/dxr3_decode_video.c | |
parent | 9271a230caa25831202936e63cce3716ffe2011a (diff) | |
download | xine-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/dxr3/dxr3_decode_video.c')
-rw-r--r-- | src/dxr3/dxr3_decode_video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c index 01a427e83..39d053f6d 100644 --- a/src/dxr3/dxr3_decode_video.c +++ b/src/dxr3/dxr3_decode_video.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_decode_video.c,v 1.43 2003/11/15 13:01:02 miguelfreitas Exp $ + * $Id: dxr3_decode_video.c,v 1.44 2003/11/15 20:43:11 mroi Exp $ */ /* dxr3 video decoder plugin. @@ -259,7 +259,7 @@ static video_decoder_t *dxr3_open_plugin(video_decoder_class_t *class_gen, xine_ dxr3_update_correct_durations, this); /* the dxr3 needs a longer prebuffering to have time for its internal decoding */ - this->stream->metronom_prebuffer = 90000; + this->stream->metronom->set_option(this->stream->metronom, METRONOM_PREBUFFER, 90000); stream->video_out->open(stream->video_out, stream); |