Changeset 45962 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- May 8, 2013 8:39:55 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85614
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/src-client/DisplayImpl.cpp ¶
r45961 r45962 4400 4400 if (RT_SUCCESS(rc)) 4401 4401 LogRel(("WebM/VP8 video recording screen #%u with %ux%u @ %u kbps, %u fps to '%s' enabled!\n", 4402 uScreen, ulWidth, ulHeight, ulRate, ulFps, com::Utf8Str(strFile).c_str()));4402 uScreen, ulWidth, ulHeight, ulRate, ulFps, pszName)); 4403 4403 else 4404 4404 LogRel(("Failed to initialize video recording context #%u (%Rrc)!\n", uScreen, rc)); -
TabularUnified trunk/src/VBox/Main/src-client/VideoRec.cpp ¶
r45960 r45962 512 512 pStrm->pu8YuvBuf = pStrm->VpxRawImage.planes[0]; 513 513 514 pCtx->fEnabled = true; 514 515 pStrm->fEnabled = true; 515 516 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.