summaryrefslogtreecommitdiff
path: root/libavformat/avi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r--libavformat/avi.h3
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);