VirtualBox

Changeset 90296 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Jul 22, 2021 7:25:57 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145850
Message:

Storage/CUE: Fix comment, CDDA audio samples are stored in little endian actually

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/CUE.cpp

    r90277 r90296  
    15441544        Assert(!(cbToRead % pRegion->cbBlock));
    15451545
    1546         /* Need to convert audio data samples to big endian. */
     1546        /* Need to convert audio data samples to little endian. */
    15471547        if (   pRegion->enmDataForm == VDREGIONDATAFORM_CDDA
    15481548            && !pThis->fLittleEndian)
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