summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-04 15:39:51 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-04 15:39:51 +0000
commit66c4cc2f344283a0d4897cb8ff3b78a43aaf2916 (patch)
treedb872a0a30a17d5562feff4848aa4f8e65f7478b /libmpdemux
parente419df6f8582898cb8ff592d66dd0bba317268da (diff)
downloadmpv-66c4cc2f344283a0d4897cb8ff3b78a43aaf2916.tar.bz2
mpv-66c4cc2f344283a0d4897cb8ff3b78a43aaf2916.tar.xz
Using a different alignment for only the Gui is bad as this code use
some header in the rest of MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9826 b3059339-0415-0410-9bf9-f77b7e298cf2
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;