Changeset 68356 in vbox
- Timestamp:
- Aug 9, 2017 3:14:54 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117484
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r68272 r68356 1291 1291 if (cfToPlay) 1292 1292 { 1293 uint8_t auBuf[ 256]; /** @todo Get rid of this here. */1293 uint8_t auBuf[_4K]; /** @todo Get rid of this here. */ 1294 1294 1295 1295 uint32_t cbLeft = AUDIOMIXBUF_F2B(&pHstStream->MixBuf, cfToPlay); … … 1385 1385 cfToPlay = cfWritable; 1386 1386 1387 PDMAUDIOFRAME aFrameBuf[ 256]; /** @todo Get rid of this here. */1387 PDMAUDIOFRAME aFrameBuf[_4K]; /** @todo Get rid of this here. */ 1388 1388 1389 1389 uint32_t cfLeft = cfToPlay;
Note:
See TracChangeset
for help on using the changeset viewer.