- source codes cleanups and minor fixes
This commit is contained in:
@@ -423,7 +423,7 @@ PCodec CodecList::createCodecByPayloadType(int payloadType)
|
||||
if (factory->payloadType() == payloadType)
|
||||
return factory->create();
|
||||
}
|
||||
return PCodec();
|
||||
return {};
|
||||
}
|
||||
|
||||
CodecListPriority::CodecListPriority()
|
||||
|
||||
Reference in New Issue
Block a user