VirtualBox

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


Ignore:
Timestamp:
May 8, 2013 8:39:55 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85614
Message:

Main/VPX: more fixes

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  
    44004400            if (RT_SUCCESS(rc))
    44014401                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));
    44034403            else
    44044404                LogRel(("Failed to initialize video recording context #%u (%Rrc)!\n", uScreen, rc));
  • TabularUnified trunk/src/VBox/Main/src-client/VideoRec.cpp

    r45960 r45962  
    512512    pStrm->pu8YuvBuf = pStrm->VpxRawImage.planes[0];
    513513
     514    pCtx->fEnabled = true;
    514515    pStrm->fEnabled = true;
    515516    return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

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