summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_avi.c')
-rw-r--r--src/demuxers/demux_avi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c
index c22a0c2b7..729a301b8 100644
--- a/src/demuxers/demux_avi.c
+++ b/src/demuxers/demux_avi.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: demux_avi.c,v 1.10 2001/05/28 12:08:20 f1rmb Exp $
+ * $Id: demux_avi.c,v 1.11 2001/05/30 02:09:24 f1rmb Exp $
*
* demultiplexer for avi streams
*
@@ -732,7 +732,7 @@ static int demux_avi_next (demux_avi_t *this) {
return 0;
}
- buf->input_pos = this->input->seek (this->input, 0, SEEK_CUR);
+ buf->input_pos = this->input->get_current_pos(this->input);
switch (this->avi->a_fmt) {
case 0x01: