mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Init RTP extension types
This commit is contained in:
parent
9f31506c83
commit
fe66755bab
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ int32_t srs_seq_distance(uint16_t value, uint16_t pre_value)
|
|||
|
||||
SrsRtpExtensionTypes::SrsRtpExtensionTypes()
|
||||
{
|
||||
memset(ids_, kRtpExtensionNone, sizeof(ids_));
|
||||
}
|
||||
|
||||
SrsRtpExtensionTypes::~SrsRtpExtensionTypes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue