mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 14:12:10 +00:00
sync to new libnut
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19963 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f21b92e1a5
commit
dcc0b8e177
@ -67,6 +67,7 @@ static demuxer_t * demux_open_nut(demuxer_t * demuxer) {
|
|||||||
.eof = NULL,
|
.eof = NULL,
|
||||||
.file_pos = stream_tell(demuxer->stream),
|
.file_pos = stream_tell(demuxer->stream),
|
||||||
},
|
},
|
||||||
|
.alloc = { .malloc = NULL },
|
||||||
.read_index = index_mode
|
.read_index = index_mode
|
||||||
};
|
};
|
||||||
nut_priv_t * priv = demuxer->priv;
|
nut_priv_t * priv = demuxer->priv;
|
||||||
|
Loading…
Reference in New Issue
Block a user