Changeset 45961 in vbox
- Timestamp:
- May 8, 2013 8:34:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r45958 r45961 4350 4350 4351 4351 #ifdef VBOX_WITH_VPX 4352 rc = VideoRecContextCreate(&pDisplay->mpVideoRecCtx, pDisplay->mcMonitors);4353 if (RT_FAILURE(rc))4354 {4355 LogFlow(("Failed to create video recording context (%Rrc)!\n", rc));4356 return E_FAIL;4357 }4358 4359 4352 ComPtr<IMachine> pMachine = pDisplay->mParent->machine(); 4360 4353 BOOL fEnabled = false; … … 4362 4355 if (fEnabled) 4363 4356 { 4357 rc = VideoRecContextCreate(&pDisplay->mpVideoRecCtx, pDisplay->mcMonitors); 4358 if (RT_FAILURE(rc)) 4359 { 4360 LogFlow(("Failed to create video recording context (%Rrc)!\n", rc)); 4361 return E_FAIL; 4362 } 4364 4363 ULONG ulWidth; 4365 4364 int hrc = pMachine->COMGETTER(VideoCaptureWidth)(&ulWidth);
Note:
See TracChangeset
for help on using the changeset viewer.