Changeset 74908 in vbox
- Timestamp:
- Oct 18, 2018 8:52:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VideoRec.cpp
r74907 r74908 1522 1522 if (pCfg->File.uMaxSizeMB) 1523 1523 { 1524 uint64_t sizeInMB = pStream->File.pWEBM->GetFileSize() / (1024 * 1024);1524 uint64_t sizeInMB = pStream->File.pWEBM->GetFileSize() / _1M; 1525 1525 if(sizeInMB >= pCfg->File.uMaxSizeMB) 1526 1526 return true;
Note:
See TracChangeset
for help on using the changeset viewer.