mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
adding get FourCC working now
svn path=/trunk/; revision=27049
This commit is contained in:
parent
a4e1dbf9bd
commit
eafaa0751c
1 changed files with 3 additions and 5 deletions
|
@ -438,7 +438,6 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
|
|||
return DD_FALSE;
|
||||
}
|
||||
|
||||
#if 0
|
||||
DX_STUB_str("Trying alloc FourCCC \n");
|
||||
|
||||
/* Alloc mpFourCC */
|
||||
|
@ -449,9 +448,8 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
|
|||
|
||||
if (mHALInfo.ddCaps.dwNumFourCCCodes > 0 )
|
||||
{
|
||||
DxHeapMemAlloc(mpFourCC, sizeof(DWORD) * 21);
|
||||
|
||||
mpFourCC = (DWORD *) DxHeapMemAlloc(sizeof(DWORD) * (mHALInfo.ddCaps.dwNumFourCCCodes + 2));
|
||||
|
||||
DxHeapMemAlloc(mpFourCC, sizeof(DWORD) * (mHALInfo.ddCaps.dwNumFourCCCodes + 2));
|
||||
|
||||
if (mpFourCC == NULL)
|
||||
{
|
||||
|
@ -462,7 +460,7 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
|
|||
}
|
||||
|
||||
DX_STUB_str("End Trying alloc FourCCC\n");
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue