Changeset 71162 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Mar 1, 2018 3:23:53 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VideoRec.cpp
r71137 r71162 946 946 947 947 RTPathStripSuffix(pszAbsPath); 948 AssertPtrReturn(pszAbsPath, VERR_INVALID_PARAMETER); 949 950 char *pszSuff = RTPathSuffix(pszAbsPath); 951 if (!pszSuff) 952 pszSuff = RTStrDup(".webm"); 953 948 949 char *pszSuff = RTStrDup(".webm"); 954 950 if (!pszSuff) 955 951 {
Note:
See TracChangeset
for help on using the changeset viewer.