summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 3b607efa5a..84d89d71fb 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -84,10 +84,6 @@ 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;