diff avformat.h @ 1294:12398b868e18 libavformat

ignore index parameter to ignore the ODML index in avi
author michael
date Tue, 05 Sep 2006 19:23:32 +0000
parents 185190bdc185
children 45a55380918e
line wrap: on
line diff
--- a/avformat.h	Tue Sep 05 04:37:14 2006 +0000
+++ b/avformat.h	Tue Sep 05 19:23:32 2006 +0000
@@ -342,6 +342,7 @@
 
     int flags;
 #define AVFMT_FLAG_GENPTS       0x0001 ///< generate pts if missing even if it requires parsing future frames
+#define AVFMT_FLAG_IGNIDX       0x0002 ///< ignore index
 
     int loop_input;
     /* decoding: size of data to probe; encoding unused */