Changeset 46006 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 13, 2013 9:39:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r45992 r46006 128 128 mu32UpdateVBVAFlags = 0; 129 129 #endif 130 131 130 #ifdef VBOX_WITH_VPX 132 131 mpVideoRecCtx = NULL; … … 531 530 mpVMMDev = NULL; 532 531 mfVMMDevInited = true; 533 534 #ifdef VBOX_WITH_VPX535 VideoRecContextClose(mpVideoRecCtx);536 #endif537 532 } 538 533 … … 4246 4241 { 4247 4242 AutoWriteLock displayLock(pThis->pDisplay COMMA_LOCKVAL_SRC_POS); 4243 #ifdef VBOX_WITH_VPX 4244 VideoRecContextClose(pThis->pDisplay->mpVideoRecCtx); 4245 #endif 4248 4246 #ifdef VBOX_WITH_CRHGSMI 4249 4247 pThis->pDisplay->destructCrHgsmiData();
Note:
See TracChangeset
for help on using the changeset viewer.