VirtualBox

Changeset 91534 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 4, 2021 6:38:03 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Added missing parameters to AudioTestSetVerifyOptsAreEqual(). ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTest.cpp

    r91533 r91534  
    27102710    return (   pOptsA->cMaxDiff        == pOptsB->cMaxDiff
    27112711            && pOptsA->fKeepGoing      == pOptsB->fKeepGoing
     2712            && pOptsA->fNormalize      == pOptsB->fNormalize
    27122713            && pOptsA->uMaxDiffPercent == pOptsB->uMaxDiffPercent
    2713             && pOptsA->uMaxSizePercent == pOptsB->uMaxSizePercent);
     2714            && pOptsA->uMaxSizePercent == pOptsB->uMaxSizePercent
     2715            && pOptsA->msSearchWindow  == pOptsB->msSearchWindow);
    27142716}
    27152717
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette