VirtualBox

Changeset 73816 in vbox for trunk/src/VBox/Devices/Audio


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

Build fix.

File:
1 edited

Legend:

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

    r73814 r73816  
    14051405
    14061406        const uint64_t tsDeltaPlayedCapturedNs = RTTimeNanoTS() - pStream->tsLastPlayedCapturedNs;
    1407 
    1408               uint32_t cfPassedReal = DrvAudioHlpNanoToFrames(tsDeltaPlayedCapturedNs, &pStream->Host.Cfg.Props);
    14091407#endif
     1408        uint32_t cfPassedReal = DrvAudioHlpNanoToFrames(tsDeltaPlayedCapturedNs, &pStream->Host.Cfg.Props);
     1409
    14101410        const uint32_t cfPeriod     = pStream->Host.Cfg.Backend.cfPeriod;
    14111411
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