summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-29 17:14:38 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-29 17:14:38 +0000
commit12758932b22d1fb732c260c00aba2ba9f6f9b0c4 (patch)
treeadcbf7279b4af7e2d3cdf51998e6950a4365d92f /libmpdemux/stream.h
parenta55be5f2e8dbef804686adaa942543878a699799 (diff)
downloadmpv-12758932b22d1fb732c260c00aba2ba9f6f9b0c4.tar.bz2
mpv-12758932b22d1fb732c260c00aba2ba9f6f9b0c4.tar.xz
off_t fields reordered, to avoid problems due to struct padding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index c5d4dc465f..1676db2156 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -35,11 +35,10 @@ void vcd_cache_init(int s);
typedef struct {
int fd;
- off_t pos;
- int eof;
int type; // 0=file 1=VCD
unsigned int buf_pos,buf_len;
- off_t start_pos,end_pos;
+ off_t pos,start_pos,end_pos;
+ int eof;
unsigned int cache_pid;
void* cache_data;
void* priv; // used for DVD