Changeset 69191 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 24, 2017 9:09:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/EbmlWriter.cpp
r69190 r69191 877 877 int writeSimpleBlockEBML(WebMTrack *a_pTrack, WebMSimpleBlock *a_pBlock) 878 878 { 879 #ifdef LOG_ENABLED 879 880 WebMCluster &Cluster = CurSeg.CurCluster; 880 881 … … 882 883 a_pTrack->uTrack, Cluster.uID, RTFileTell(m_Ebml.getFile()), 883 884 a_pBlock->Data.tcPTSMs, a_pBlock->Data.tcRelToClusterMs, a_pBlock->Data.cb)); 884 885 #endif 885 886 /* 886 887 * Write a "Simple Block".
Note:
See TracChangeset
for help on using the changeset viewer.