summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-15 20:38:27 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-15 20:38:27 +0000
commit9271a230caa25831202936e63cce3716ffe2011a (patch)
treeea89816ac7d87812536a1f8e14ef4bca31410135 /src/demuxers
parentb895ff10044b8604ebbf720dbf44ff1199d0b80d (diff)
downloadxine-lib-9271a230caa25831202936e63cce3716ffe2011a.tar.gz
xine-lib-9271a230caa25831202936e63cce3716ffe2011a.tar.bz2
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
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/demux_ogg.c4
1 files changed, 2 insertions, 2 deletions
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) {