| Index: webrtc/pc/rtpreceiver.h
|
| diff --git a/webrtc/pc/rtpreceiver.h b/webrtc/pc/rtpreceiver.h
|
| index 9853f9824eb5f0c7e77aa42229543faba6923c25..b0ea247de2f5af4224c6372283c4642fb3d61d88 100644
|
| --- a/webrtc/pc/rtpreceiver.h
|
| +++ b/webrtc/pc/rtpreceiver.h
|
| @@ -35,7 +35,7 @@ class RtpReceiverInternal : public RtpReceiverInterface {
|
| public:
|
| virtual void Stop() = 0;
|
| // This SSRC is used as an identifier for the receiver between the API layer
|
| - // and the WebRtcVideoEngine2, WebRtcVoiceEngine layer.
|
| + // and the WebRtcVideoEngine, WebRtcVoiceEngine layer.
|
| virtual uint32_t ssrc() const = 0;
|
| };
|
|
|
|
|