- Timestamp:
- Aug 24, 2018 11:53:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r73830 r73872 1608 1608 if (cbCaptured > cbBuf) /* Paranoia. */ 1609 1609 cbCaptured = cbBuf; 1610 1611 if (!cbCaptured) /* Nothing captured? Take a shortcut. */ 1612 break; 1610 1613 1611 1614 /* We use the host side mixing buffer as an intermediate buffer to do some
Note:
See TracChangeset
for help on using the changeset viewer.