Changeset 107590 in vbox for trunk/src/VBox/Devices/Audio/AudioTest.cpp
- Timestamp:
- Jan 9, 2025 11:23:44 AM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r106061 r107590 2809 2809 { 2810 2810 rc = audioTestObjFileNormalize(pVerJob, &ObjA, &pVerJob->PCMProps); 2811 if (RT_SUCCESS(rc)) 2812 rc = audioTestObjFileNormalize(pVerJob, &ObjB, &pVerJob->PCMProps); 2811 CHECK_RC_MSG_MAYBE_RET(rc, pVerJob, "Normalizing object A failed"); 2812 rc = audioTestObjFileNormalize(pVerJob, &ObjB, &pVerJob->PCMProps); 2813 CHECK_RC_MSG_MAYBE_RET(rc, pVerJob, "Normalizing object B failed"); 2813 2814 } 2814 2815
Note:
See TracChangeset
for help on using the changeset viewer.