diff options
Diffstat (limited to 'src/libw32dll/wine/avifmt.h')
-rw-r--r-- | src/libw32dll/wine/avifmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libw32dll/wine/avifmt.h b/src/libw32dll/wine/avifmt.h index d7450f270..fad30a1fe 100644 --- a/src/libw32dll/wine/avifmt.h +++ b/src/libw32dll/wine/avifmt.h @@ -218,7 +218,7 @@ typedef struct { } AVIStreamHeader; /* Flags for index */ -#define AVIIF_LIST 0x00000001L // chunk is a 'LIST' +#define AVIIF_LIST 0x00000001L // chunk is a 'LIST' #define AVIIF_KEYFRAME 0x00000010L // this frame is a key frame. #define AVIIF_NOTIME 0x00000100L // this frame doesn't take any time |