Chromium Code Reviews| Index: webrtc/audio_receive_stream.h |
| diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h |
| index 6d72b4d3185037e6679faced29c8f0dc326b9627..64a23730844e0aa00130181e9a1766e2fd7ab00c 100644 |
| --- a/webrtc/audio_receive_stream.h |
| +++ b/webrtc/audio_receive_stream.h |
| @@ -79,6 +79,9 @@ class AudioReceiveStream { |
| // for details. |
| bool transport_cc = false; |
| + // See NackConfig for description. |
| + NackConfig nack; |
|
kwiberg-webrtc
2016/06/13 13:35:30
Does this belong in this CL?
the sun
2016/06/13 15:51:43
Not after I split the receive stream changes into
kwiberg-webrtc
2016/06/14 13:07:42
Acknowledged.
|
| + |
| // RTP header extensions used for the received stream. |
| std::vector<RtpExtension> extensions; |
| } rtp; |