[Mplayer-cvslog] CVS: main/libmpdemux stream.h,1.53,1.54

Alban Bedel CVS albeu at mplayerhq.hu
Tue Nov 12 02:56:45 CET 2002


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

Modified Files:
	stream.h 
Log Message:
New config system + cleanup of header inter dependency


Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- stream.h	22 Oct 2002 22:45:30 -0000	1.53
+++ stream.h	12 Nov 2002 01:56:42 -0000	1.54
@@ -31,7 +31,7 @@
 int vcd_seek_to_track(int fd,int track);
 void vcd_read_toc(int fd);
 
-typedef struct {
+typedef struct stream_st {
   int fd;   // file descriptor, see man open(2)
   int type; // see STREAMTYPE_*
   unsigned int buf_pos,buf_len;




More information about the MPlayer-cvslog mailing list