- Timestamp:
- Jan 14, 2011 6:16:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/dsoundaudio.c
r35573 r35575 719 719 return 0; 720 720 hr = IDirectSoundBuffer_GetCurrentPosition(dsb, &ppos, ds->first_time ? &wpos : NULL); 721 if (hr == DSERR_BUFFERLOST) 722 return 0; // Avoid log flooding if the error is still there. 721 723 } 722 724 if (FAILED (hr)) {
Note:
See TracChangeset
for help on using the changeset viewer.