Changeset 67742 in vbox
- Timestamp:
- Jun 30, 2017 3:46:07 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r67741 r67742 448 448 DECLCALLBACK(int64_t) audioMixBufClipFrom##_aName(_aType aVal) \ 449 449 { \ 450 /* left shifting of signed values is not defined, therefore the intermediate uint64_t cast */ \ 450 451 if (_aSigned) \ 451 452 return (int64_t) (((uint64_t) ((int64_t) aVal )) << (32 - _aShift)); \
Note:
See TracChangeset
for help on using the changeset viewer.