Changeset 73345 in vbox
- Timestamp:
- Jul 25, 2018 8:36:42 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r73211 r73345 1115 1115 return 0; 1116 1116 1117 return cFrames * ((pProps->cBits / 2) * pProps->cChannels);1117 return cFrames * ((pProps->cBits / 8) * pProps->cChannels); 1118 1118 } 1119 1119
Note:
See TracChangeset
for help on using the changeset viewer.