VirtualBox

Changeset 73811 in vbox


Ignore:
Timestamp:
Aug 22, 2018 8:30:14 AM (6 years ago)
Author:
vboxsync
Message:

Audio/Mixer: No need to return aligned writable sizes in AudioMixerSinkGetWritable().

File:
1 edited

Legend:

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

    r73810 r73811  
    961961        cbWritable = DrvAudioHlpMilliToBytes(10 /* ms */, &pSink->PCMProps); /** @todo Make this configurable! */
    962962#endif
    963         /* Make sure to align the writable size to the stream's frame size. */
    964         cbWritable = DrvAudioHlpBytesAlign(cbWritable, &pSink->PCMProps);
    965     }
    966 
    967     Log3Func(("Mixer: [%s] cbWritable=%RU32 (%RU64ms)\n",
     963    }
     964
     965    Log3Func(("[%s] cbWritable=%RU32 (%RU64ms)\n",
    968966              pSink->pszName, cbWritable, DrvAudioHlpBytesToMilli(cbWritable, &pSink->PCMProps)));
    969967
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