[Ffmpeg-cvslog] r7062 - trunk/libavformat/libnut.c

ods15 subversion
Tue Nov 14 18:01:34 CET 2006


Author: ods15
Date: Tue Nov 14 18:01:33 2006
New Revision: 7062

Modified:
   trunk/libavformat/libnut.c

Log:
update to libnut, add cache_syncpoints


Modified: trunk/libavformat/libnut.c
==============================================================================
--- trunk/libavformat/libnut.c	(original)
+++ trunk/libavformat/libnut.c	Tue Nov 14 18:01:33 2006
@@ -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;




More information about the ffmpeg-cvslog mailing list