- Timestamp:
- Sep 15, 2016 9:45:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r63369 r63847 1118 1118 AUDMIXBUF_LOG(("cReadTotal=%RU32 (pcProcessed), cWrittenTotal=%RU32, cSrcMixed=%RU32, cDstUsed=%RU32, rc=%Rrc\n", 1119 1119 cReadTotal, cWrittenTotal, pSrc->cMixed, pDst->cUsed, rc)); 1120 return VINF_SUCCESS;1120 return rc; 1121 1121 } 1122 1122
Note:
See TracChangeset
for help on using the changeset viewer.