Module: wine Branch: master Commit: 9cc32202edf4aa361b40b1f8a6bc14a7def8a556 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9cc32202edf4aa361b40b1f8a6...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Wed Apr 30 15:00:34 2008 -0700
headers: Add some extra defines to vfw.h.
---
include/vfw.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/include/vfw.h b/include/vfw.h index aae8b1f..b3b6679 100644 --- a/include/vfw.h +++ b/include/vfw.h @@ -822,7 +822,9 @@ typedef struct { #define AVIIF_LIST 0x00000001 /* chunk is a 'LIST' */ #define AVIIF_TWOCC 0x00000002 #define AVIIF_KEYFRAME 0x00000010 /* this frame is a key frame. */ - +#define AVIIF_FIRSTPART 0x00000020 +#define AVIIF_LASTPART 0x00000040 +#define AVIIF_MIDPART (AVIIF_LASTPART|AVIIF_FIRSTPART) #define AVIIF_NOTIME 0x00000100 /* this frame doesn't take any time */ #define AVIIF_COMPUSE 0x0FFF0000