Changeset 103570 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Feb 26, 2024 1:12:38 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r103568 r103570 1098 1098 if (g_uVerbosity >= 2) 1099 1099 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Test #%RU32: Processed %RU64ms (%zu bytes)\n", 1100 idxTest, PDMAudioPropsBytesToMilli(pMix->pProps, cbRead), cbRead);1100 idxTest, PDMAudioPropsBytesToMilli(pMix->pProps, (uint32_t)cbRead), cbRead); 1101 1101 1102 1102 RTCircBufReleaseReadBlock(pCircBuf, cbRead);
Note:
See TracChangeset
for help on using the changeset viewer.