mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 23:21:54 +00:00
workaround only, please fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9812 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d9938992b2
commit
bf59503b54
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user