- Timestamp:
- Nov 14, 2018 2:53:02 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/RecordingStream.cpp
r75441 r75454 1033 1033 { 1034 1034 LogRel(("Recording: Failed to get default config for VPX encoder: %s\n", vpx_codec_err_to_string(rcv))); 1035 return VERR_ AVREC_CODEC_INIT_FAILED;1035 return VERR_RECORDING_CODEC_INIT_FAILED; 1036 1036 } 1037 1037 … … 1053 1053 { 1054 1054 LogRel(("Recording: Failed to initialize VPX encoder: %s\n", vpx_codec_err_to_string(rcv))); 1055 return VERR_ AVREC_CODEC_INIT_FAILED;1055 return VERR_RECORDING_CODEC_INIT_FAILED; 1056 1056 } 1057 1057
Note:
See TracChangeset
for help on using the changeset viewer.