summaryrefslogtreecommitdiff
path: root/libavformat/avi.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-04-23 02:04:40 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-04-23 02:04:40 +0000
commite738cee9c4feb258d57bf4b4975e12f561f9eb4f (patch)
tree79472f1f6c6ac8cfb038f42f7920276281a0f572 /libavformat/avi.h
parent80097bbf712ca2f577b375d6ba94e3957b2c2e78 (diff)
Complete support for OpenDML AVIs and AVIs > 2Gb.
Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r--libavformat/avi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avi.h b/libavformat/avi.h
index 3b167c27de..193c5812c3 100644
--- a/libavformat/avi.h
+++ b/libavformat/avi.h
@@ -7,6 +7,7 @@
#define AVIF_COPYRIGHTED 0x00020000
#define AVI_MAX_RIFF_SIZE 0x40000000LL
+#define AVI_MASTER_INDEX_SIZE 256
offset_t start_tag(ByteIOContext *pb, const char *tag);
void end_tag(ByteIOContext *pb, offset_t start);