workaround only, please fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9812 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-04-03 12:02:28 +00:00
parent d9938992b2
commit bf59503b54
1 changed files with 4 additions and 0 deletions

View File

@ -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;