VirtualBox

Changeset 65734 in vbox for trunk/src


Ignore:
Timestamp:
Feb 10, 2017 3:45:38 PM (8 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp

    r65733 r65734  
    508508        /* Return samples instead of bytes here
    509509         * (since we specified PDMAUDIOSTREAMLAYOUT_RAW as the audio data layout). */
    510         return PDMAUDIOSTREAMCFG_B2S(pStreamVRDE->pCfg, RTCircBufUsed(pStreamVRDE->In.pCircBuf));
     510        return (uint32_t)PDMAUDIOSTREAMCFG_B2S(pStreamVRDE->pCfg, RTCircBufUsed(pStreamVRDE->In.pCircBuf));
    511511    }
    512512
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