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-28 17:47:35 +08:00
parent ee9ef378f9
commit 2719e4c0be
2 changed files with 23 additions and 23 deletions

View file

@ -290,7 +290,7 @@ private:
private:
// The original shared message, all RTP packets can refer to its data.
// Note that the size of shared msg, is not the packet size, it's a larger aligned buffer.
SrsSharedPtrMessage* shared_buffer;
SrsSharedPtrMessage* shared_buffer_;
// The size of original packet.
int actual_buffer_size_;
// Helper fields.