VirtualBox

Changeset 67742 in vbox


Ignore:
Timestamp:
Jun 30, 2017 3:46:07 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116613
Message:

AudioMixBuffer: comment

File:
1 edited

Legend:

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

    r67741 r67742  
    448448    DECLCALLBACK(int64_t) audioMixBufClipFrom##_aName(_aType aVal) \
    449449    { \
     450        /* left shifting of signed values is not defined, therefore the intermediate uint64_t cast */ \
    450451        if (_aSigned) \
    451452            return (int64_t) (((uint64_t) ((int64_t) aVal                     )) << (32 - _aShift)); \
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