[Mplayer-cvslog] CVS: main/Gui bitmap.h,1.6,1.7
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat Feb 1 09:42:53 CET 2003
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv13841/Gui
Modified Files:
bitmap.h
Log Message:
commit Dominik Mierzejewski's patch
Index: bitmap.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/bitmap.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bitmap.h 2 Nov 2002 17:07:18 -0000 1.6
+++ bitmap.h 1 Feb 2003 08:42:50 -0000 1.7
@@ -1,11 +1,10 @@
-
#ifndef __MYSAMPLE
#define __MYSAMPLE
typedef struct _txSample
{
- unsigned int Width;
- unsigned int Height;
+ unsigned long Width;
+ unsigned long Height;
unsigned int BPP;
unsigned long ImageSize;
char * Image;
More information about the MPlayer-cvslog
mailing list