diff options
author | Oded Shimon | 2006-11-14 17:01:33 +0000 |
---|---|---|
committer | Oded Shimon | 2006-11-14 17:01:33 +0000 |
commit | 0d666a47a74f3a84c7d960d8ce63f8220f1e7ca5 (patch) | |
tree | 4b413f08e08d4029a21fbb2e8610ecfcd1e47e13 /libavformat/libnut.c | |
parent | 0bc5ccb89962bed62db4a7b73d79c5bef7f4b03a (diff) |
update to libnut, add cache_syncpoints
Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/libnut.c')
-rw-r--r-- | libavformat/libnut.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/libnut.c b/libavformat/libnut.c index 64cf89d3e9..a24438a753 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -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; |