headers: Add some extra defines to vfw.h.
This commit is contained in:
parent
753ac6f015
commit
9cc32202ed
|
@ -822,7 +822,9 @@ typedef struct {
|
||||||
#define AVIIF_LIST 0x00000001 /* chunk is a 'LIST' */
|
#define AVIIF_LIST 0x00000001 /* chunk is a 'LIST' */
|
||||||
#define AVIIF_TWOCC 0x00000002
|
#define AVIIF_TWOCC 0x00000002
|
||||||
#define AVIIF_KEYFRAME 0x00000010 /* this frame is a key frame. */
|
#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_NOTIME 0x00000100 /* this frame doesn't take any time */
|
||||||
#define AVIIF_COMPUSE 0x0FFF0000
|
#define AVIIF_COMPUSE 0x0FFF0000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue