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
ee9ef378f9
commit
2719e4c0be
2 changed files with 23 additions and 23 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue