Changeset 69240 in vbox
- Timestamp:
- Oct 24, 2017 4:12:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118553
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r69194 r69240 78 78 * The Console object in turn then will route the data to the Display / video capturing interface then. 79 79 */ 80 80 81 81 82 /********************************************************************************************************************************* -
trunk/src/VBox/Main/src-client/EBML_MKV.h
- Property svn:executable deleted
-
Property svn:eol-style
set to
native
-
trunk/src/VBox/Main/src-client/VideoRec.cpp
r69193 r69240 1297 1297 /* Check for available free disk space */ 1298 1298 if ( pStream->File.pWEBM 1299 && pStream->File.pWEBM->GetAvailableSpace() < 0x100000) /** @todo r=andy WTF? Fix this. */1299 && pStream->File.pWEBM->GetAvailableSpace() < 0x100000) /** @todo r=andy WTF? Fix this. */ 1300 1300 { 1301 1301 LogRel(("VideoRec: Not enough free storage space available, stopping video capture\n")); -
trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp
r67914 r69240 697 697 698 698 699 // TODO:AM Add pinging of VBoxSDS699 /// @todo AM Add pinging of VBoxSDS 700 700 /*static*/ 701 701 DECLCALLBACK(int) VirtualBoxClient::SVCWatcherThread(RTTHREAD ThreadSelf, -
trunk/src/VBox/Main/src-client/win/VBoxC.def
r62534 r69240 4 4 ; 5 5 6 ; 6 7 ; Copyright (C) 2006-2016 Oracle Corporation 7 8 ;
Note:
See TracChangeset
for help on using the changeset viewer.