summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-09-05 19:23:32 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-09-05 19:23:32 +0000
commit2c00106c2b07d38ec90cc9906aef2437df6f1ad7 (patch)
treebdbc23d9cb776b0d73d4578fb309daee9269f2c3 /libavformat/avformat.h
parent577cd173e3881cbb5f7e5386c04d5384a7bf9408 (diff)
ignore index parameter to ignore the ODML index in avi
Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ad16898cf4..ff6166ab04 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -342,6 +342,7 @@ typedef struct AVFormatContext {
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 */