summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 110b3176ad..86c740b646 100644
--- a/stream.h
+++ b/stream.h
@@ -21,6 +21,7 @@ typedef struct {
int eof;
int type; // 0=file 1=VCD
unsigned int buf_pos,buf_len;
+ long start_pos,end_pos;
unsigned char buffer[STREAM_BUFFER_SIZE>VCD_SECTOR_SIZE?STREAM_BUFFER_SIZE:VCD_SECTOR_SIZE];
} stream_t;