Mercurial > libavformat.hg
diff avi.h @ 102:c48108fe538e libavformat
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
| author | michaelni |
|---|---|
| date | Tue, 08 Apr 2003 09:51:15 +0000 |
| parents | 0068a6902911 |
| children | 602546f3cbea |
line wrap: on
line diff
--- a/avi.h Sat Apr 05 12:20:19 2003 +0000 +++ b/avi.h Tue Apr 08 09:51:15 2003 +0000 @@ -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);
