[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.6,1.7
Arpi of Ize
arpi at mplayer.dev.hu
Mon Nov 26 02:14:20 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_Filter.c,1.11,1.12 allocator.h,1.4,1.5 cmediasample.h,1.4,1.5 inputpin.c,1.4,1.5 inputpin.h,1.3,1.4 outputpin.c,1.7,1.8 outputpin.h,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/postproc rgb2rgb.c,1.40,1.41 rgb2rgb_template.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv11517
Modified Files:
vfw.h
Log Message:
packed attribute added
Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vfw.h 14 Jul 2001 17:00:38 -0000 1.6
+++ vfw.h 26 Nov 2001 01:14:17 -0000 1.7
@@ -6,7 +6,7 @@
#endif
#ifndef __WINE_WINGDI_H
-typedef struct
+typedef struct __attribute__((__packed__))
{
short bfType;
long bfSize;
@@ -17,7 +17,7 @@
#ifndef _BITMAPINFOHEADER_
#define _BITMAPINFOHEADER_
-typedef struct
+typedef struct __attribute__((__packed__))
{
long biSize;
long biWidth;
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_Filter.c,1.11,1.12 allocator.h,1.4,1.5 cmediasample.h,1.4,1.5 inputpin.c,1.4,1.5 inputpin.h,1.3,1.4 outputpin.c,1.7,1.8 outputpin.h,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/postproc rgb2rgb.c,1.40,1.41 rgb2rgb_template.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list