[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


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;



More information about the MPlayer-cvslog mailing list