- allow Opus spec to use slash as divider + cleanup source code
This commit is contained in:
parent
20c2ac3e63
commit
5a0a7e1070
File diff suppressed because it is too large
Load Diff
|
|
@ -116,7 +116,7 @@ CodecList::Settings::OpusSpec CodecList::Settings::OpusSpec::parse(const std::st
|
|||
{
|
||||
OpusSpec result;
|
||||
|
||||
auto parts = strx::split(spec, "-");
|
||||
auto parts = strx::split(spec, "-/");
|
||||
if (parts.size() == 3)
|
||||
{
|
||||
result.mPayloadType = strx::toInt(strx::trim(parts.front()).c_str(), -1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue