projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc5ccb
)
update to libnut, add cache_syncpoints
author
Oded Shimon
<ods15@ods15.dyndns.org>
Tue, 14 Nov 2006 17:01:33 +0000
(17:01 +0000)
committer
Oded Shimon
<ods15@ods15.dyndns.org>
Tue, 14 Nov 2006 17:01:33 +0000
(17:01 +0000)
Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/libnut.c
patch
|
blob
|
history
diff --git
a/libavformat/libnut.c
b/libavformat/libnut.c
index 64cf89d3e901969f9717bd41c338a7491fdcdd15..a24438a7538cf0ca50261fa035dccfab679aed7f 100644
(file)
--- 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;