git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12346 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-04-29 07:36:19 +00:00
parent 98ff4437b4
commit e7268976f1
1 changed files with 3 additions and 6 deletions

View File

@ -88,15 +88,12 @@ typedef struct
uint32_t dwReserved[4];
} MainAVIHeader;
/* The RECT structure */
typedef struct tagRECT
{
typedef struct rectangle_t {
short left;
short top;
short right;
short bottom;
} RECT, *PRECT, *LPRECT;
typedef const RECT *LPCRECT;
} rectangle_t;
typedef struct {
FOURCC fccType;
@ -112,7 +109,7 @@ typedef struct {
uint32_t dwSuggestedBufferSize;
uint32_t dwQuality;
uint32_t dwSampleSize;
RECT rcFrame;
rectangle_t rcFrame;
} AVIStreamHeader;
/* Flags for index */