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:
ods15 2006-11-14 17:00:47 +00:00
parent 233ae1cc4a
commit 214c8be4e1
1 changed files with 2 additions and 1 deletions

View File

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