summaryrefslogtreecommitdiff
path: root/libavformat/avi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r--libavformat/avi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h
index 741781d8df..3b167c27de 100644
--- a/libavformat/avi.h
+++ b/libavformat/avi.h
@@ -6,6 +6,8 @@
#define AVIF_WASCAPTUREFILE 0x00010000
#define AVIF_COPYRIGHTED 0x00020000
+#define AVI_MAX_RIFF_SIZE 0x40000000LL
+
offset_t start_tag(ByteIOContext *pb, const char *tag);
void end_tag(ByteIOContext *pb, offset_t start);