From 9271a230caa25831202936e63cce3716ffe2011a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 15 Nov 2003 20:38:27 +0000 Subject: Miguel obviously has no Ogg installed ... I am just making it compile again, someone familiar with the format should check these changes! CVS patchset: 5736 CVS date: 2003/11/15 20:38:27 --- src/demuxers/demux_ogg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers') diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c index 569a472c1..994ccc09f 100644 --- a/src/demuxers/demux_ogg.c +++ b/src/demuxers/demux_ogg.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_ogg.c,v 1.114 2003/11/15 14:00:54 miguelfreitas Exp $ + * $Id: demux_ogg.c,v 1.115 2003/11/15 20:38:27 mroi Exp $ * * demultiplexer for ogg streams * @@ -226,7 +226,7 @@ static void get_stream_length (demux_ogg_t *this) { if (filelength!=-1) { if (filelength>70000) { - this->demux_plugin.seek((demux_plugin_t *)this, (off_t) filelength-65536 ,0); + this->demux_plugin.seek((demux_plugin_t *)this, (off_t) filelength-65536, 0, 1); } done=0; while (!done) { -- cgit v1.2.3