diff options
author | Fabrice Bellard | 2003-11-10 18:48:33 +0000 |
---|---|---|
committer | Fabrice Bellard | 2003-11-10 18:48:33 +0000 |
commit | 155e9ee90941a2a23144d044b483de4a0e071530 (patch) | |
tree | dbe4465563edc02f1a6528fb3ed3d0282db69993 /libavformat/avi.h | |
parent | 27f388aa2488aeceb736fa45ea3733e1b5cd1967 (diff) |
initial seek support
Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r-- | libavformat/avi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h index 2b0b6de57d..0068a9af8b 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -13,6 +13,9 @@ #define AVI_MAX_RIFF_SIZE 0x40000000LL #define AVI_MASTER_INDEX_SIZE 256 +/* index flags */ +#define AVIIF_INDEX 0x10 + offset_t start_tag(ByteIOContext *pb, const char *tag); void end_tag(ByteIOContext *pb, offset_t start); |