Changeset 74911 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Oct 18, 2018 9:44:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/WebMWriter.cpp
r74903 r74911 432 432 const WebMTimecodeAbs tcAbsPTS = a_pBlock->Data.tcAbsPTSMs; 433 433 434 /* Check if the current segment already has been started. 435 * If not, use the current (absolute) time stamp for it. */ 436 if (CurSeg.tcAbsStartMs == 0) 437 { 438 CurSeg.tcAbsStartMs = tcAbsPTS; 439 LogFunc(("Segment started @ %RU64ms\n", CurSeg.tcAbsStartMs)); 440 } 441 434 442 /* See if we already have an entry for the specified timecode in our queue. */ 435 443 WebMBlockMap::iterator itQueue = CurSeg.queueBlocks.Map.find(tcAbsPTS);
Note:
See TracChangeset
for help on using the changeset viewer.