diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-02-05 23:04:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-02-05 23:04:48 +0000 |
commit | e9b78eeba22b050810a507e69df1b652e56ab62b (patch) | |
tree | c63d266eb46b8f7d8a8c98e7ed39bd426aa48be8 /libavformat/avformat.h | |
parent | 7ee829922b1053a2496e5f0849265c4cb9060baf (diff) | |
download | ffmpeg-e9b78eeba22b050810a507e69df1b652e56ab62b.tar.gz |
better generic index building and seeking code
Originally committed as revision 7841 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 480df999e2..79f76ccc10 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -138,6 +138,7 @@ typedef struct AVFormatParameters { raw picture data */ #define AVFMT_GLOBALHEADER 0x0040 /* format wants global header */ #define AVFMT_NOTIMESTAMPS 0x0080 /* format doesnt need / has any timestamps */ +#define AVFMT_GENERIC_INDEX 0x0100 /* use generic index building code */ typedef struct AVOutputFormat { const char *name; |