diff libmpdemux/stream.h @ 6224:79b2b4c3c435

off_t fields reordered, to avoid problems due to struct padding
author arpi
date Wed, 29 May 2002 17:14:38 +0000
parents 194bca17117b
children f0b933918a22
line wrap: on
line diff
--- a/libmpdemux/stream.h	Wed May 29 00:32:52 2002 +0000
+++ b/libmpdemux/stream.h	Wed May 29 17:14:38 2002 +0000
@@ -35,11 +35,10 @@
 
 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