Changeset 70967 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 11, 2018 9:43:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r70957 r70967 892 892 if (SUCCEEDED(hr)) 893 893 { 894 if (fFlush) 894 if ( fFlush 895 && pStreamDS->pCircBuf) 896 { 895 897 RTCircBufReset(pStreamDS->pCircBuf); 898 } 896 899 } 897 900 … … 1266 1269 if (SUCCEEDED(hr)) 1267 1270 { 1268 if (fFlush) 1271 if ( fFlush 1272 && pStreamDS->pCircBuf) 1273 { 1269 1274 RTCircBufReset(pStreamDS->pCircBuf); 1275 } 1270 1276 } 1271 1277
Note:
See TracChangeset
for help on using the changeset viewer.