[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] tools/dtdriver/decoder/video vdecoder.cpp,1.20,1.21
From:       hychoi () helixcommunity ! org
Date:       2008-08-26 6:36:40
Message-ID: 200808260641.m7Q6f9Vh031886 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/tools/dtdriver/decoder/video
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv30714

Modified Files:
	vdecoder.cpp 
Log Message:
If not WIN32, modified as MakeBitmap((HXBitmapInfo)&btmInfo, sizeof(HXBitmapInfo), \
...  -> MakeBitmap(&btmInfo, sizeof(HXBitmapInfo), ... 


Index: vdecoder.cpp
===================================================================
RCS file: /cvsroot/datatype/tools/dtdriver/decoder/video/vdecoder.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- vdecoder.cpp	22 Aug 2008 07:47:13 -0000	1.20
+++ vdecoder.cpp	26 Aug 2008 06:36:37 -0000	1.21
@@ -701,7 +701,7 @@
 					#ifdef _WIN32
 						MakeBitmap((LPBITMAPINFO)&btmInfo, sizeof(HXBitmapInfo), m_ulColorFormatOut, \
pHeader->biWidth, pHeader->biHeight, NULL, NULL);  #else
-						MakeBitmap((HXBitmapInfo)&btmInfo, sizeof(HXBitmapInfo), m_ulColorFormatOut, \
pHeader->biWidth, pHeader->biHeight, NULL, NULL); +						MakeBitmap(&btmInfo, \
sizeof(HXBitmapInfo), m_ulColorFormatOut, pHeader->biWidth, pHeader->biHeight, NULL, \
NULL);  #endif
 
 					m_cNewHeader.biWidth		= btmInfo.bmiHeader.biWidth;


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic