Changeset 91508 in vbox
- Timestamp:
- Oct 1, 2021 10:35:29 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r91506 r91508 2007 2007 double dbNormalizePercent, RTFILE hFileDst, double *pdbRatio) 2008 2008 { 2009 int rc;2010 2011 2009 if ( !pProps->fSigned 2012 2010 || pProps->cbSampleX != 2) /* Fend-off non-supported stuff first. */ 2013 2011 return VERR_NOT_SUPPORTED; 2012 2013 int rc = VINF_SUCCESS; /* Shut up MSVC. */ 2014 2014 2015 2015 if (!cbSize)
Note:
See TracChangeset
for help on using the changeset viewer.