Selaa lähdekoodia

Merge branch 'v0.21'

Paul-Louis Ageneau 1 vuosi sitten
vanhempi
commit
0f7985f466
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      include/rtc/rtppacketizationconfig.hpp

+ 3 - 3
include/rtc/rtppacketizationconfig.hpp

@@ -63,11 +63,11 @@ public:
 
 	// the negotiated ID of the playout delay header extension
 	// https://webrtc.googlesource.com/src/+/main/docs/native-code/rtp-hdrext/playout-delay/README.md
-	uint8_t playoutDelayId;
+	uint8_t playoutDelayId = 0;
 
 	// Minimum/maxiumum playout delay, in 10ms intervals. A value of 10 would equal a 100ms delay
-	uint16_t playoutDelayMin;
-	uint16_t playoutDelayMax;
+	uint16_t playoutDelayMin = 0;
+	uint16_t playoutDelayMax = 0;
 
 	/// Construct RTP configuration used in packetization process
 	/// @param ssrc SSRC of source