VirtualBox

Changeset 88469 in vbox for trunk


Ignore:
Timestamp:
Apr 12, 2021 12:43:41 PM (4 years ago)
Author:
vboxsync
Message:

DrvAudioVRDE: Cleanup. [build fix] bugref:9890

File:
1 edited

Legend:

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

    r88460 r88469  
    505505        /* Return frames instead of bytes here
    506506         * (since we specified PDMAUDIOSTREAMLAYOUT_RAW as the audio data layout). */
    507         return (uint32_t)PDMAudioPropsBytesToFrames(&pStreamVRDE->Cfg.Props, RTCircBufUsed(pStreamVRDE->In.pCircBuf));
     507        return PDMAudioPropsBytesToFrames(&pStreamVRDE->Cfg.Props, (uint32_t)RTCircBufUsed(pStreamVRDE->In.pCircBuf));
    508508    }
    509509    return 0;
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