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

RTC: Store the actual size of buffer for RTP packet.

This commit is contained in:
winlin 2021-02-28 17:26:08 +08:00
parent 171ae5dd2d
commit b91d37b78a
3 changed files with 43 additions and 33 deletions

View file

@ -290,7 +290,7 @@ public:
// video/audio packet use raw bytes, no video/audio packet.
char* payload;
public:
private:
class SrsSharedPtrPayload
{
public: