Mercurial > libavformat.hg
changeset 1505:5b225077f098 libavformat
update to libnut, add cache_syncpoints
author | ods15 |
---|---|
date | Tue, 14 Nov 2006 17:01:33 +0000 |
parents | 03ff0a61a23c |
children | 0b94c2e98625 |
files | libnut.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libnut.c Tue Nov 14 14:54:40 2006 +0000 +++ b/libnut.c Tue Nov 14 17:01:33 2006 +0000 @@ -198,7 +198,8 @@ .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;