From b4f1f6e878c5a11bdc3c11425399a251d2ab66ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 29 Mar 2007 19:07:00 +0000 Subject: Reorder a few fields to, well, fill some holes. CVS patchset: 8771 CVS date: 2007/03/29 19:07:00 --- src/demuxers/demux_avi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 86af5eec5..71f5ac888 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_avi.c,v 1.230 2007/02/20 00:34:55 dgp85 Exp $ + * $Id: demux_avi.c,v 1.231 2007/03/29 19:07:00 dgp85 Exp $ * * demultiplexer for avi streams * @@ -194,8 +194,8 @@ typedef struct{ uint32_t audio_posb; /* Audio position: byte within chunk */ + int wavex_len; xine_waveformatex *wavex; - int wavex_len; audio_index_t audio_idx; @@ -251,13 +251,13 @@ typedef struct demux_avi_s { input_plugin_t *input; int status; - avi_t *avi; - int no_audio; uint32_t video_step; uint32_t AVI_errno; + avi_t *avi; + idx_grow_t idx_grow; int streaming; -- cgit v1.2.3