Changeset 62367 in vbox
- Timestamp:
- Jul 20, 2016 4:10:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r62364 r62367 940 940 AssertPtrReturn(pMixBuf, 0); 941 941 942 #ifdef DEBUG942 #ifdef RT_STRICT 943 943 uint32_t cSamples; 944 944 #endif … … 946 946 if (pMixBuf->pParent) /* Is this a child buffer? */ 947 947 { 948 #ifdef DEBUG948 #ifdef RT_STRICT 949 949 /* Use the sample count from the parent, as 950 950 * pMixBuf->cMixed specifies the sample count … … 956 956 else 957 957 { 958 #ifdef DEBUG958 #ifdef RT_STRICT 959 959 cSamples = pMixBuf->cSamples; 960 960 #endif
Note:
See TracChangeset
for help on using the changeset viewer.