[Mplayer-cvslog] CVS: main/libmpdemux stream.h,1.59,1.60

Zoltan Ponekker pontscho at mplayerhq.hu
Thu Apr 3 14:02:31 CEST 2003


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

Modified Files:
	stream.h 
Log Message:
workaround only, please fix.

Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- stream.h	2 Apr 2003 16:25:07 -0000	1.59
+++ stream.h	3 Apr 2003 12:02:28 -0000	1.60
@@ -84,6 +84,10 @@
   // 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