Commit 2e3820ca authored by ods15's avatar ods15

update to libnut, add cache_syncpoints


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 95ff369a
......@@ -198,7 +198,8 @@ static int nut_read_header(AVFormatContext * avf, AVFormatParameters * ap) {
.file_pos = 0,
},
.alloc = { av_malloc, av_realloc, av_free },
.read_index = 1
.read_index = 1,
.cache_syncpoints = 1,
};
nut_context_t * nut = priv->nut = nut_demuxer_init(&dopts);
nut_stream_header_t * s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment