headers: Add some extra defines to vfw.h.

This commit is contained in:
Maarten Lankhorst 2008-04-30 15:00:34 -07:00 committed by Alexandre Julliard
parent 753ac6f015
commit 9cc32202ed
1 changed files with 3 additions and 1 deletions

View File

@ -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