From ce9fce63c5d6a43ce585211930273ec69bb6bee1 Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Tue, 8 Apr 2003 09:51:15 +0000 Subject: AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick ) Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/avi.h') 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); -- cgit v1.2.3