VirtualBox

Changeset 68427 in vbox


Ignore:
Timestamp:
Aug 16, 2017 8:30:31 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117569
Message:

Main/VideoRec: Use startsWith() for medium audio profile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VideoRec.cpp

    r68426 r68427  
    832832                uAudioChannels = 1;
    833833            }
    834             else if (value.compare("med" /* "med[ium]" */, Utf8Str::CaseInsensitive) == 0)
     834            else if (value.startsWith("med" /* "med[ium]" */, Utf8Str::CaseInsensitive) == 0)
    835835            {
    836836                uAudioHz       = 22050;
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