VirtualBox

Changeset 74908 in vbox


Ignore:
Timestamp:
Oct 18, 2018 8:52:55 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125902
Message:

VideoRec/Main: Use _1M define here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VideoRec.cpp

    r74907 r74908  
    15221522        if (pCfg->File.uMaxSizeMB)
    15231523        {
    1524             uint64_t sizeInMB = pStream->File.pWEBM->GetFileSize() / (1024 * 1024);
     1524            uint64_t sizeInMB = pStream->File.pWEBM->GetFileSize() / _1M;
    15251525            if(sizeInMB >= pCfg->File.uMaxSizeMB)
    15261526                return true;
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