mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 18:02:36 +00:00
update to libnut, add cache_syncpoints
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20925 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
233ae1cc4a
commit
214c8be4e1
@ -69,7 +69,8 @@ static demuxer_t * demux_open_nut(demuxer_t * demuxer) {
|
||||
.file_pos = stream_tell(demuxer->stream),
|
||||
},
|
||||
.alloc = { .malloc = NULL },
|
||||
.read_index = index_mode
|
||||
.read_index = index_mode,
|
||||
.cache_syncpoints = 1,
|
||||
};
|
||||
nut_priv_t * priv = demuxer->priv;
|
||||
nut_context_t * nut = priv->nut = nut_demuxer_init(&dopts);
|
||||
|
Loading…
Reference in New Issue
Block a user