Changeset 65363 in vbox for trunk/src/VBox
- Timestamp:
- Jan 18, 2017 2:43:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r65263 r65363 3586 3586 * However, using one of the prefixes indicating the timestamp unit 3587 3587 * would be very valuable! */ 3588 # if VBOX_WITH_VIDEOREC3588 # ifdef VBOX_WITH_VIDEOREC 3589 3589 return VideoRecIsReady(mpVideoRecCtx, uScreen, u64Timestamp); 3590 3590 # else … … 3606 3606 { 3607 3607 Assert(mfCrOglVideoRecState == CRVREC_STATE_SUBMITTED); 3608 # if VBOX_WITH_VIDEOREC3608 # ifdef VBOX_WITH_VIDEOREC 3609 3609 int rc = VideoRecCopyToIntBuf(mpVideoRecCtx, uScreen, x, y, 3610 3610 uPixelFormat,
Note:
See TracChangeset
for help on using the changeset viewer.