1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine code

This commit is contained in:
winlin 2021-02-27 12:34:12 +08:00
parent db0090be05
commit 561acd26c5
2 changed files with 3 additions and 2 deletions

View file

@ -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()