[Mplayer-cvslog] CVS: main stream.h,1.7,1.8
Arpi of Ize
arpi at mplayer.dev.hu
Mon Aug 20 22:17:46 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32354
Modified Files:
stream.h
Log Message:
new type: DVD
Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/stream.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- stream.h 12 Aug 2001 01:59:22 -0000 1.7
+++ stream.h 20 Aug 2001 20:17:44 -0000 1.8
@@ -6,6 +6,7 @@
#define STREAMTYPE_FILE 0
#define STREAMTYPE_VCD 1
#define STREAMTYPE_STREAM 2 // same as FILE but no seeking (for stdin)
+#define STREAMTYPE_DVD 3
#define VCD_SECTOR_SIZE 2352
#define VCD_SECTOR_OFFS 24
@@ -26,6 +27,7 @@
unsigned int buf_pos,buf_len;
off_t start_pos,end_pos;
unsigned char buffer[STREAM_BUFFER_SIZE>VCD_SECTOR_SIZE?STREAM_BUFFER_SIZE:VCD_SECTOR_SIZE];
+ void* priv; // used for DVD
} stream_t;
int stream_fill_buffer(stream_t *s);
More information about the MPlayer-cvslog
mailing list