VirtualBox

Changeset 87877 in vbox


Ignore:
Timestamp:
Feb 25, 2021 4:54:20 PM (4 years ago)
Author:
vboxsync
Message:

Audio/DrvAudio: Got rid of more big stack-allocated stuff [build fix]. ticketoem2ref:36

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvAudio.cpp

    r87876 r87877  
    14391439
    14401440    PPDMAUDIOFRAME paFrames = (PPDMAUDIOFRAME)pThis->pvScratchBuf;
    1441     const uint32_t  cFrames  =                 pThis->cbScratchBuf / sizeof(PDMAUDIOFRAME);
     1441    const uint32_t  cFrames =      (uint32_t)(pThis->cbScratchBuf / sizeof(PDMAUDIOFRAME));
    14421442
    14431443    uint32_t cfLeft = cfToPlay;
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