VirtualBox

Changeset 90184 in vbox


Ignore:
Timestamp:
Jul 14, 2021 2:17:05 PM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Use frame size instead of sample size in audioTestToneFileFind() [Windows build fix]. bugref:10008

File:
1 edited

Legend:

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

    r90182 r90184  
    408408            break;
    409409
    410         Assert(PDMAudioPropsIsSizeAligned(&pToneParms->Props, cbRead));
     410        Assert(PDMAudioPropsIsSizeAligned(&pToneParms->Props, (uint32_t)cbRead));
    411411
    412412        size_t const cbFrame = PDMAudioPropsFrameSize(&pToneParms->Props);
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