Changeset 87877 in vbox
- Timestamp:
- Feb 25, 2021 4:54:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r87876 r87877 1439 1439 1440 1440 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)); 1442 1442 1443 1443 uint32_t cfLeft = cfToPlay;
Note:
See TracChangeset
for help on using the changeset viewer.