[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
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_aa.c,1.35,1.36
- Next message: [Mplayer-cvslog] CVS: main m_config.c,NONE,1.1 m_config.h,NONE,1.1 m_option.c,NONE,1.1 m_option.h,NONE,1.1 parser-cfg.c,NONE,1.1 parser-mecmd.c,NONE,1.1 parser-mecmd.h,NONE,1.1 parser-mpcmd.c,NONE,1.1 playtree.c,1.15,1.16 playtree.h,1.4,1.5 playtreeparser.c,1.13,1.14 playtreeparser.h,1.2,1.3 Makefile,1.231,1.232 asxparser.c,1.6,1.7 asxparser.h,1.2,1.3 cfg-mplayer.h,1.181,1.182 cfgparser.c,1.60,1.61 cfgparser.h,1.17,1.18 configure,1.602,1.603 mencoder.c,1.184,1.185 mplayer.c,1.610,1.611
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_aa.c,1.35,1.36
- Next message: [Mplayer-cvslog] CVS: main m_config.c,NONE,1.1 m_config.h,NONE,1.1 m_option.c,NONE,1.1 m_option.h,NONE,1.1 parser-cfg.c,NONE,1.1 parser-mecmd.c,NONE,1.1 parser-mecmd.h,NONE,1.1 parser-mpcmd.c,NONE,1.1 playtree.c,1.15,1.16 playtree.h,1.4,1.5 playtreeparser.c,1.13,1.14 playtreeparser.h,1.2,1.3 Makefile,1.231,1.232 asxparser.c,1.6,1.7 asxparser.h,1.2,1.3 cfg-mplayer.h,1.181,1.182 cfgparser.c,1.60,1.61 cfgparser.h,1.17,1.18 configure,1.602,1.603 mencoder.c,1.184,1.185 mplayer.c,1.610,1.611
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list