[Mplayer-cvslog] CVS: main/libmpdemux stream.c,1.45,1.46

Arpi of Ize arpi at mplayerhq.hu
Wed Dec 4 22:30:45 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv27587

Modified Files:
	stream.c 
Log Message:
dvd_* declarations fixed to matc with open.c
noticed by Tomas Hurka <tom at hukatronic.cz>


Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- stream.c	6 Oct 2002 18:03:12 -0000	1.45
+++ stream.c	4 Dec 2002 21:30:24 -0000	1.46
@@ -33,8 +33,8 @@
 #endif
 
 #ifdef USE_DVDREAD
-int dvd_read_sector(void* d,void* p2);
-void dvd_seek(void* d,off_t pos);
+int dvd_read_sector(dvd_priv_t *d,unsigned char* data);
+void dvd_seek(dvd_priv_t *d,int pos);
 void dvd_close(dvd_priv_t *d);
 #endif
 




More information about the MPlayer-cvslog mailing list