VirtualBox

Ignore:
Timestamp:
Feb 3, 2014 6:46:27 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: video recording working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r49591 r50313  
    59205920            }
    59215921
     5922            pBlt->Pos.x = pPresent->DstRect.left - pPresent->SrcRect.left;
     5923            pBlt->Pos.y = pPresent->DstRect.top - pPresent->SrcRect.top;
     5924
    59225925            paRects = pBlt->aRects;
    59235926            cbMaxRects = pPresent->DmaBufferPrivateDataSize - RT_OFFSETOF(VBOXCMDVBVA_BLT_PRIMARY, aRects);
     
    59395942            if (VBoxCVDdiFillAllocInfo(pHdr, &pBlt->dst, pDstAlloc, pDst, true))
    59405943                u32DstPatch = RT_OFFSETOF(VBOXCMDVBVA_BLT_OFFPRIMSZFMT_OR_ID, dst.offVRAM);
     5944
     5945            pBlt->Pos.x = pPresent->DstRect.left - pPresent->SrcRect.left;
     5946            pBlt->Pos.y = pPresent->DstRect.top - pPresent->SrcRect.top;
    59415947
    59425948            paRects = pBlt->aRects;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette