VirtualBox

Changeset 96285 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Aug 18, 2022 8:01:23 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153099
Message:

Recording: Removed support for Opus. bugref:10275

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/RecordingScreenSettingsImpl.cpp

    r96175 r96285  
    583583        return setError(E_INVALIDARG, tr("Cannot change audio codec while recording is enabled"));
    584584
    585     if (aCodec != RecordingAudioCodec_Opus)
     585    if (aCodec != RecordingAudioCodec_OggVorbis)
    586586        return setError(E_INVALIDARG, tr("Audio codec not supported"));
    587587
     
    12321232    return ASMAtomicReadS32(&m->cRefs);
    12331233}
    1234 
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r96143 r96285  
    16021602        RecordingAudioCodec_WavPCM,
    16031603#endif
    1604 #ifdef VBOX_WITH_LIBOPUS
    1605         RecordingAudioCodec_Opus,
    1606 #endif
    16071604#ifdef VBOX_WITH_LIBVORBIS
    16081605        RecordingAudioCodec_OggVorbis,
     
    23982395#endif
    23992396}
    2400 
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette