VirtualBox

Changeset 105096 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 2, 2024 10:44:20 AM (5 months ago)
Author:
vboxsync
Message:

Video Recording/Main: More optimizations for recording older guests which have a slightly different screen update logic [build fix]. bugref:10650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/RecordingStream.cpp

    r105095 r105096  
    644644        offSrc += pVideoFrame->Info.uBytesPerLine;
    645645    }
    646     pFrame->u.Video.Info.uBytesPerLine = cbDstBytesPerLine;
     646    pFrame->u.Video.Info.uBytesPerLine = (uint32_t)cbDstBytesPerLine;
    647647
    648648    pFrame->enmType     = RECORDINGFRAME_TYPE_VIDEO;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette