Changeset 45924 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- May 6, 2013 7:34:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/EbmlWriter.cpp
r45922 r45924 418 418 rc = ebml_WriteID(glob, SimpleBlock); 419 419 420 uint 64_t block_length = pkt->data.frame.sz + 4;420 uint32_t block_length = pkt->data.frame.sz + 4; 421 421 block_length |= 0x10000000; 422 422 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.