Changeset 96391 in vbox
- Timestamp:
- Aug 22, 2022 7:23:11 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r96322 r96391 51 51 # include <iprt/path.h> 52 52 # include "Recording.h" 53 54 # ifdef VBOX_WITH_LIBVPX55 # ifdef _MSC_VER56 # pragma warning(push)57 # pragma warning(disable: 4668) /* vpx_codec.h(64) : warning C4668: '__GNUC__' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */58 # include <vpx/vpx_encoder.h>59 # pragma warning(pop)60 # else61 # include <vpx/vpx_encoder.h>62 # endif63 # endif64 53 65 54 # include <VBox/vmm/pdmapi.h> … … 3026 3015 if (SUCCEEDED(hrc) && pbAddress) 3027 3016 vrc = pCtx->SendVideoFrame(uScreenId, 0, 0, BitmapFormat_BGR, 3028 ulBitsPerPixel, ulBytesPerLine, ulWidth, ulHeight,3029 pbAddress, tsNowMs);3017 ulBitsPerPixel, ulBytesPerLine, ulWidth, ulHeight, 3018 pbAddress, tsNowMs); 3030 3019 else 3031 3020 vrc = VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.