VirtualBox

Changeset 73059 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jul 11, 2018 10:16:05 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123619
Message:

Build fix.

File:
1 edited

Legend:

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

    r73058 r73059  
    11221122    AssertPtrReturn(pProps, 0);
    11231123
    1124     const size_t cbFrame = (pProps->cBits / 8) * pProps->cChannels;
     1124    const uint32_t cbFrame = (pProps->cBits / 8) * pProps->cChannels;
    11251125    if (!cbFrame) /* Prevent division by zero. */
    11261126        return 0;
Note: See TracChangeset for help on using the changeset viewer.

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