# HG changeset patch # User pontscho # Date 1049371348 0 # Node ID 7089c6c95adbd3dad69e6ae0f33dca186c646728 # Parent b68bad6e41ad8bb93e83dc31a0010e85000e6237 workaround only, please fix. diff -r b68bad6e41ad -r 7089c6c95adb libmpdemux/stream.h --- a/libmpdemux/stream.h Thu Apr 03 12:00:50 2003 +0000 +++ b/libmpdemux/stream.h Thu Apr 03 12:02:28 2003 +0000 @@ -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;