Changeset 105096 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 2, 2024 10:44:20 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/RecordingStream.cpp
r105095 r105096 644 644 offSrc += pVideoFrame->Info.uBytesPerLine; 645 645 } 646 pFrame->u.Video.Info.uBytesPerLine = cbDstBytesPerLine;646 pFrame->u.Video.Info.uBytesPerLine = (uint32_t)cbDstBytesPerLine; 647 647 648 648 pFrame->enmType = RECORDINGFRAME_TYPE_VIDEO;
Note:
See TracChangeset
for help on using the changeset viewer.