Index: talk/media/webrtc/webrtcvoiceengine.h |
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h |
index 35f2dbc93ef0bfb319b283aa934762ae2da07ecd..c28721f89944f7aff688c6dc36e6f9cef39c82a6 100644 |
--- a/talk/media/webrtc/webrtcvoiceengine.h |
+++ b/talk/media/webrtc/webrtcvoiceengine.h |
@@ -444,10 +444,10 @@ class WebRtcVoiceMediaChannel : public VoiceMediaChannel, |
// case it will only be there if a non-zero default_receive_ssrc_ is set. |
ChannelMap receive_channels_; // for multiple sources |
std::map<uint32, webrtc::AudioReceiveStream*> receive_streams_; |
+ std::map<uint32, StreamParams> receive_stream_params_; |
// receive_channels_ can be read from WebRtc callback thread. Access from |
// the WebRtc thread must be synchronized with edits on the worker thread. |
// Reads on the worker thread are ok. |
- // |
std::vector<RtpHeaderExtension> receive_extensions_; |
std::vector<webrtc::RtpExtension> recv_rtp_extensions_; |