diff nuv.c @ 4712:2809dfd4c881 libavformat

Enable generic index creation and seeking for NUV demuxer.
author reimar
date Sat, 14 Mar 2009 22:07:15 +0000
parents 98242eba0332
children bb26039e5f8c
line wrap: on
line diff
--- a/nuv.c	Sat Mar 14 21:46:00 2009 +0000
+++ b/nuv.c	Sat Mar 14 22:07:15 2009 +0000
@@ -259,4 +259,5 @@
     nuv_packet,
     NULL,
     NULL,
+    .flags = AVFMT_GENERIC_INDEX,
 };