1
0
Fork 0
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:
winlin 2020-09-15 16:40:35 +08:00
parent 9f31506c83
commit fe66755bab

View file

@ -55,6 +55,7 @@ int32_t srs_seq_distance(uint16_t value, uint16_t pre_value)
SrsRtpExtensionTypes::SrsRtpExtensionTypes() SrsRtpExtensionTypes::SrsRtpExtensionTypes()
{ {
memset(ids_, kRtpExtensionNone, sizeof(ids_));
} }
SrsRtpExtensionTypes::~SrsRtpExtensionTypes() SrsRtpExtensionTypes::~SrsRtpExtensionTypes()