Changeset 96143 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 11, 2022 4:17:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r96141 r96143 1598 1598 static const RecordingAudioCodec_T aRecordingAudioCodecs[] = 1599 1599 { 1600 RecordingAudioCodec_None, 1600 1601 #ifdef DEBUG 1601 1602 RecordingAudioCodec_WavPCM, … … 1617 1618 static const RecordingVideoCodec_T aRecordingVideoCodecs[] = 1618 1619 { 1620 RecordingVideoCodec_None, 1621 #ifdef VBOX_WITH_LIBVPX 1619 1622 RecordingVideoCodec_VP8, 1623 #endif 1620 1624 #ifdef DEBUG 1621 1625 RecordingVideoCodec_VP9,
Note:
See TracChangeset
for help on using the changeset viewer.