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

Refacor STAP RTP packet

This commit is contained in:
winlin 2020-04-12 01:05:11 +08:00
parent ca027ca5cb
commit acbbdf51d6
2 changed files with 14 additions and 9 deletions

View file

@ -110,8 +110,7 @@ public:
SrsAvcNaluType nri;
// The NALU samples.
// @remark We only refer to the memory, user must free its bytes.
SrsSample* nalus;
int nn_nalus;
std::vector<SrsSample*> nalus;
public:
SrsRtpSTAPPayload();
virtual ~SrsRtpSTAPPayload();