summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
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