diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-09-05 19:23:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-09-05 19:23:32 +0000 |
commit | 2c00106c2b07d38ec90cc9906aef2437df6f1ad7 (patch) | |
tree | bdbc23d9cb776b0d73d4578fb309daee9269f2c3 /libavformat/avformat.h | |
parent | 577cd173e3881cbb5f7e5386c04d5384a7bf9408 (diff) | |
download | ffmpeg-2c00106c2b07d38ec90cc9906aef2437df6f1ad7.tar.gz |
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.h | 1 |
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 */ |