From bf59503b5421b0c421dd17fdd340827b8bdb9991 Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 3 Apr 2003 12:02:28 +0000 Subject: workaround only, please fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9812 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmpdemux') diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h index 84d89d71fb..3b607efa5a 100644 --- a/libmpdemux/stream.h +++ b/libmpdemux/stream.h @@ -84,6 +84,10 @@ typedef struct stream_st { // 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; -- cgit v1.2.3