[Mplayer-cvslog] CVS: main/libmpdemux stream.h,1.60,1.61
Alban Bedel CVS
albeu at mplayerhq.hu
Fri Apr 4 17:39:53 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.47,1.48 demuxer.c,1.138,1.139 demuxer.h,1.57,1.58 video.c,1.38,1.39
- Next message: [Mplayer-cvslog] CVS: main/Gui Makefile,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv1097/libmpdemux
Modified Files:
stream.h
Log Message:
Using a different alignment for only the Gui is bad as this code use
some header in the rest of MPlayer.
Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- stream.h 3 Apr 2003 12:02:28 -0000 1.60
+++ stream.h 4 Apr 2003 15:39:50 -0000 1.61
@@ -84,10 +84,6 @@
// Close
void (*close)(struct stream_st *s);
-// --- align workaround
- int dummy;
-// --- align workaround
-
int fd; // file descriptor, see man open(2)
int type; // see STREAMTYPE_*
int flags;
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.47,1.48 demuxer.c,1.138,1.139 demuxer.h,1.57,1.58 video.c,1.38,1.39
- Next message: [Mplayer-cvslog] CVS: main/Gui Makefile,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list