Mercurial > mplayer.hg
changeset 9811:7089c6c95adb
workaround only, please fix.
author | pontscho |
---|---|
date | Thu, 03 Apr 2003 12:02:28 +0000 |
parents | b68bad6e41ad |
children | 22092ed814ad |
files | libmpdemux/stream.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/stream.h Thu Apr 03 12:00:50 2003 +0000 +++ b/libmpdemux/stream.h Thu Apr 03 12:02:28 2003 +0000 @@ -84,6 +84,10 @@ // 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;