From 900f15d1e282601e8628beb319b720c3ec45c9bb Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 30 Apr 2008 15:00:34 -0700 Subject: [PATCH] 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 -- 1.5.4.1