summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-23 21:25:09 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-23 21:25:09 +0000
commit86151f639d0c6e57f745674a0b342b02710acba0 (patch)
tree576a37cc4caadb2097788030044cbffe81d51c9e /stream.h
parent807ccd5431154a521db3d6d23675acce238a2118 (diff)
downloadmpv-86151f639d0c6e57f745674a0b342b02710acba0.tar.bz2
mpv-86151f639d0c6e57f745674a0b342b02710acba0.tar.xz
OSD seekbar fixed for mpeg/VCD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@599 b3059339-0415-0410-9bf9-f77b7e298cf2
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;