VirtualBox

Changeset 105011 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 24, 2024 6:56:05 PM (7 months ago)
Author:
vboxsync
Message:

Video Recording: SCM fix. bugref:10650

File:
1 edited

Legend:

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

    r105010 r105011  
    8888    PRECORDINGVIDEOFRAME pFrame = recordingVideoFrameAlloc();
    8989    AssertPtrReturn(pFrame, NULL);
    90     int rc = recordingVideoFrameInit(pFrame, RECORDINGVIDEOFRAME_F_VISIBLE, w, h, x, y, uBPP, enmFmt);
    91     AssertRCReturn(rc, NULL);
     90    int vrc = recordingVideoFrameInit(pFrame, RECORDINGVIDEOFRAME_F_VISIBLE, w, h, x, y, uBPP, enmFmt);
     91    AssertRCReturn(vrc, NULL);
    9292    memcpy(pFrame->pau8Buf, pvData, pFrame->cbBuf);
    9393
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