summaryrefslogtreecommitdiff
path: root/libavformat/avi.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-04-08 09:51:15 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-08 09:51:15 +0000
commitce9fce63c5d6a43ce585211930273ec69bb6bee1 (patch)
treec5ef65c1a239f191e2f875feb2c11a76583fa56c /libavformat/avi.h
parent8b92b792d18d7dc3d258f440bb0493af4e973516 (diff)
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
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);