mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Rename SrsRtpPacket2.rtp_header to SrsRtpPacket2.header
This commit is contained in:
parent
ba8f2e2aba
commit
f510a94a91
4 changed files with 43 additions and 44 deletions
|
@ -117,8 +117,7 @@ class SrsRtpPacket2
|
|||
{
|
||||
// RTP packet fields.
|
||||
public:
|
||||
// TODO: FIXME: Rename to header.
|
||||
SrsRtpHeader rtp_header;
|
||||
SrsRtpHeader header;
|
||||
ISrsRtpPayloader* payload;
|
||||
// Helper fields.
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue