changeset 12345:886fe66a2b2d

dewinify
author alex
date Thu, 29 Apr 2004 07:36:19 +0000
parents 638d36c7e3cc
children 09eab0d22e5e
files libmpdemux/aviheader.h
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/aviheader.h	Thu Apr 29 06:52:25 2004 +0000
+++ b/libmpdemux/aviheader.h	Thu Apr 29 07:36:19 2004 +0000
@@ -88,15 +88,12 @@
     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 @@
     uint32_t		dwSuggestedBufferSize;
     uint32_t		dwQuality;
     uint32_t		dwSampleSize;
-    RECT		rcFrame;
+    rectangle_t		rcFrame;
 } AVIStreamHeader;
 
 /* Flags for index */