mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine code
This commit is contained in:
parent
db0090be05
commit
561acd26c5
2 changed files with 3 additions and 2 deletions
|
@ -849,7 +849,8 @@ void SrsRtpPacket2::recycle_payload()
|
|||
}
|
||||
|
||||
// Reset the payload and its type.
|
||||
payload_ = NULL; payload_type_ = SrsRtpPacketPayloadTypeUnknown;
|
||||
payload_ = NULL;
|
||||
payload_type_ = SrsRtpPacketPayloadTypeUnknown;
|
||||
}
|
||||
|
||||
void SrsRtpPacket2::recycle_shared_msg()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue