Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
62e4828241
|
|
@ -16,6 +16,7 @@
|
|||
#define stricmp strcasecmp
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class strx
|
||||
{
|
||||
|
|
|
|||
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