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:
parent
ca027ca5cb
commit
acbbdf51d6
2 changed files with 14 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue