summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h4
1 files changed, 4 insertions, 0 deletions
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;